#99CCE5

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

Shades of Cornflower #99CCE5

Tints of Cornflower #99CCE5

Color information

#99CCE5 (or 0x99CCE5) is unknown color: approx Cornflower. HEX triplet: 99, CC and E5. RGB value is (153,204,229). Sum of RGB (Red+Green+Blue) = 153+204+229=586 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.11% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 229 - color contains mainly: blue. Hex color #99CCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CCE5 is #66331A. Grayscale: #BFBFBF. Windows color (decimal): -6697755 or 15060121. OLE color: 15060121.

HSL color Cylindrical-coordinate representation of color #99CCE5: hue angle of 199.74º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99CCE5 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB153204229-
CMYK0.330.1100.10
HSL199.74º59.38%74.9%-
HSV(B)199.74º33.19%89.8%-
XYZ48.8755.6282.29-
YUV191.6149.1100.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.11%
GREEN value IS 204 (80.08% from 255) = 34.81%
BLUE value IS 229 (89.84% from 255) = 39.08%
R=26.11%
G=34.81%
B=39.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1532042290.330.1100.10199.7459.3874.9
Hex99CCE521B0Ac83b4b
Octal231314345411301231073113
Binary100110011100110011100101100001101101010110010001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,204,229); }

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

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

 a { background-color: rgb(153,204,229); }

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

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

 span { border-color: rgb(153,204,229); }

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