Html Css Color HEX #99C0DB Cornflower

📋 copy color: '#99C0DB'

red 153 ◦ green 192 ◦ blue 219

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

Shades of Cornflower #99C0DB

Tints of Cornflower #99C0DB

RGB

 RED value IS 153 (60.16% from 255) = 27.13%

 GREEN value IS 192 (75.39% from 255) = 34.04%

 BLUE value IS 219 (85.94% from 255) = 38.83%

R = 27.13%
G = 34.04%
B = 38.83%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#99C0DB (or 0x99C0DB) is known color: Cornflower. HEX triplet: 99, C0 and DB. RGB value is (153,192,219). Sum of RGB (Red+Green+Blue) = 153+192+219=564 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.13% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #99C0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C0DB is #663F24. Grayscale: #B7B7B7. Windows color (decimal): -6700837 or 14401689. OLE color: 14401689.

HSL color Cylindrical-coordinate representation of color #99C0DB: hue angle of 204.55º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99C0DB is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 192 219 -
CMYK 0.30 0.12 0 0.14
HSL 204.55º 0.48% 0.73% -
HSV(B) 204.55º 0.3% 0.86% -
XYZ 44.77 49.59 74.23 -
YUV 183.42 148.08 106.3 -
System Red Green Blue C M Y K H S L
Decimal 153 192 219 0.30 0.12 0 0.14 204.55 0.48 0.73
Hex 99 C0 DB 1E C 0 E CD 30 49
Octal 231 300 333 36 14 0 16 315 60 111
Binary 10011001 11000000 11011011 11110 1100 0 1110 11001101 110000 1001001

Color Harmonies of #99C0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C0DB

Black with #99C0DB

Text Example


Text Example

White with #99C0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99C0DB; }

 p { color: rgb(153,192,219); }

 H1.HeaderClassName
 {
   color: #99C0DB;
 }
 .AnyTagClassName
 {
   color: #99C0DB;
 }
</style>

background-color css

<style>
 a { background-color: #99C0DB; }

 a { background-color: rgb(153,192,219); }

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

border-color css

<style>
 span { border-color: #99C0DB; }

 span { border-color: rgb(153,192,219); }

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