#99CAEE

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

Shades of Cornflower #99CAEE

Tints of Cornflower #99CAEE

Color information

#99CAEE (or 0x99CAEE) is unknown color: approx Cornflower. HEX triplet: 99, CA and EE. RGB value is (153,202,238). Sum of RGB (Red+Green+Blue) = 153+202+238=593 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.80% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #99CAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CAEE is #663511. Grayscale: #BFBFBF. Windows color (decimal): -6698258 or 15649433. OLE color: 15649433.

HSL color Cylindrical-coordinate representation of color #99CAEE: hue angle of 205.41º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99CAEE is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB153202238-
CMYK0.360.1500.07
HSL205.41º71.43%76.67%-
HSV(B)205.41º35.71%93.33%-
XYZ49.6955.1988.92-
YUV191.45154.27100.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.80%
GREEN value IS 202 (79.30% from 255) = 34.06%
BLUE value IS 238 (93.36% from 255) = 40.13%
R=25.80%
G=34.06%
B=40.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1532022380.360.1500.07205.4171.4376.67
Hex99CAEE24F07cd474d
Octal231312356441707315107115
Binary100110011100101011101110100100111101111100110110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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