#99C5DF

Color #99C5DF Cornflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower #99C5DF

Tints of Cornflower #99C5DF

Color information

#99C5DF (or 0x99C5DF) is unknown color: approx Cornflower. HEX triplet: 99, C5 and DF. RGB value is (153,197,223). Sum of RGB (Red+Green+Blue) = 153+197+223=573 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.70% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #99C5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C5DF is #663A20. Grayscale: #BABABA. Windows color (decimal): -6699553 or 14665113. OLE color: 14665113.

HSL color Cylindrical-coordinate representation of color #99C5DF: hue angle of 202.29º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99C5DF is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153197223-
CMYK0.310.1200.13
HSL202.29º52.24%73.73%-
HSV(B)202.29º31.39%87.45%-
XYZ46.4252.0377.41-
YUV186.81148.42103.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.70%
GREEN value IS 197 (77.34% from 255) = 34.38%
BLUE value IS 223 (87.5% from 255) = 38.92%
R=26.70%
G=34.38%
B=38.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531972230.310.1200.13202.2952.2473.73
Hex99C5DF1FC0Dca344a
Octal231305337371401531264112
Binary10011001110001011101111111111110001101110010101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,197,223); }

 H1.HeaderClassName
 {
   color: #99C5DF;
 }
 .AnyTagClassName
 {
   color: #99C5DF;
 }
</style>
background-color css

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

 a { background-color: rgb(153,197,223); }

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

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

 span { border-color: rgb(153,197,223); }

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