#99CAEA

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

Shades of Cornflower #99CAEA

Tints of Cornflower #99CAEA

Color information

#99CAEA (or 0x99CAEA) is unknown color: approx Cornflower. HEX triplet: 99, CA and EA. RGB value is (153,202,234). Sum of RGB (Red+Green+Blue) = 153+202+234=589 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.98% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #99CAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CAEA is #663515. Grayscale: #BEBEBE. Windows color (decimal): -6698262 or 15387289. OLE color: 15387289.

HSL color Cylindrical-coordinate representation of color #99CAEA: hue angle of 203.7º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99CAEA is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153202234-
CMYK0.350.1400.08
HSL203.7º65.85%75.88%-
HSV(B)203.7º34.62%91.76%-
XYZ49.1154.9585.86-
YUV191152.27100.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.98%
GREEN value IS 202 (79.30% from 255) = 34.30%
BLUE value IS 234 (91.80% from 255) = 39.73%
R=25.98%
G=34.30%
B=39.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532022340.350.1400.08203.765.8575.88
Hex99CAEA23E08cc424c
Octal2313123524316010314102114
Binary1001100111001010111010101000111110010001100110010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,202,234); }

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

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

 a { background-color: rgb(153,202,234); }

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

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

 span { border-color: rgb(153,202,234); }

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