Html Css Color HEX #98BBCC Heather

📋 copy color: '#98BBCC'

red 152 ◦ green 187 ◦ blue 204

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

Shades of Heather #98BBCC

Tints of Heather #98BBCC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.44%

 BLUE value IS 204 (80.08% from 255) = 37.57%

R = 27.99%
G = 34.44%
B = 37.57%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#98BBCC (or 0x98BBCC) is known color: Heather. HEX triplet: 98, BB and CC. RGB value is (152,187,204). Sum of RGB (Red+Green+Blue) = 152+187+204=543 (71% of max value = 765). Red value is 152 (59.77% from 255 or 27.99% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #98BBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BBCC is #674433. Grayscale: #B2B2B2. Windows color (decimal): -6767668 or 13417368. OLE color: 13417368.

HSL color Cylindrical-coordinate representation of color #98BBCC: hue angle of 199.62º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98BBCC is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 187 204 -
CMYK 0.25 0.08 0 0.2
HSL 199.62º 0.34% 0.7% -
HSV(B) 199.62º 0.25% 0.8% -
XYZ 41.62 46.58 63.92 -
YUV 178.47 142.4 109.12 -
System Red Green Blue C M Y K H S L
Decimal 152 187 204 0.25 0.08 0 0.2 199.62 0.34 0.7
Hex 98 BB CC 19 8 0 14 C8 22 46
Octal 230 273 314 31 10 0 24 310 42 106
Binary 10011000 10111011 11001100 11001 1000 0 10100 11001000 100010 1000110

Color Harmonies of #98BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BBCC

Black with #98BBCC

Text Example


Text Example

White with #98BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,187,204); }

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

background-color css

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

 a { background-color: rgb(152,187,204); }

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

border-color css

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

 span { border-color: rgb(152,187,204); }

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