Html Css Color HEX #98C5CF Regent St Blue

📋 copy color: '#98C5CF'

red 152 ◦ green 197 ◦ blue 207

#98C5CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regent St Blue #98C5CF

Tints of Regent St Blue #98C5CF

RGB

 RED value IS 152 (59.77% from 255) = 27.34%

 GREEN value IS 197 (77.34% from 255) = 35.43%

 BLUE value IS 207 (81.25% from 255) = 37.23%

R = 27.34%
G = 35.43%
B = 37.23%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#98C5CF (or 0x98C5CF) is known color: Regent St Blue. HEX triplet: 98, C5 and CF. RGB value is (152,197,207). Sum of RGB (Red+Green+Blue) = 152+197+207=556 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.34% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #98C5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C5CF is #673A30. Grayscale: #B8B8B8. Windows color (decimal): -6765105 or 13616536. OLE color: 13616536.

HSL color Cylindrical-coordinate representation of color #98C5CF: hue angle of 190.91º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98C5CF is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 197 207 -
CMYK 0.27 0.05 0 0.19
HSL 190.91º 0.36% 0.7% -
HSV(B) 190.91º 0.27% 0.81% -
XYZ 44.18 51.11 66.57 -
YUV 184.69 140.59 104.69 -
System Red Green Blue C M Y K H S L
Decimal 152 197 207 0.27 0.05 0 0.19 190.91 0.36 0.7
Hex 98 C5 CF 1B 5 0 13 BF 24 46
Octal 230 305 317 33 5 0 23 277 44 106
Binary 10011000 11000101 11001111 11011 101 0 10011 10111111 100100 1000110

Color Harmonies of #98C5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C5CF

Black with #98C5CF

Text Example


Text Example

White with #98C5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98C5CF; }

 p { color: rgb(152,197,207); }

 H1.HeaderClassName
 {
   color: #98C5CF;
 }
 .AnyTagClassName
 {
   color: #98C5CF;
 }
</style>

background-color css

<style>
 a { background-color: #98C5CF; }

 a { background-color: rgb(152,197,207); }

 div.DivClassName
 {
   background-color: #98C5CF;
 }
 .BgClassName
 {
   background-color: #98C5CF;
 }
</style>

border-color css

<style>
 span { border-color: #98C5CF; }

 span { border-color: rgb(152,197,207); }

 td.TdClassName
 {
   border-color: #98C5CF;
 }
 .TagClassName
 {
   border-color: #98C5CF;
 }
</style>