#99ccef

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

Shades of Cornflower #99CCEF

Tints of Cornflower #99CCEF

Color information

#99CCEF (or 0x99CCEF) is unknown color: approx Cornflower. HEX triplet: 99, CC and EF. RGB value is (153,204,239). Sum of RGB (Red+Green+Blue) = 153+204+239=596 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.67% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #99CCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CCEF is #663310. Grayscale: #C0C0C0. Windows color (decimal): -6697745 or 15715481. OLE color: 15715481.

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

Color convert

RGB153204239-
CMYK0.360.1500.06
HSL204.42º72.88%76.86%-
HSV(B)204.42º35.98%93.73%-
XYZ50.3156.1989.86-
YUV192.74154.199.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.67%
GREEN value IS 204 (80.08% from 255) = 34.23%
BLUE value IS 239 (93.75% from 255) = 40.10%
R=25.67%
G=34.23%
B=40.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1532042390.360.1500.06204.4272.8876.86
Hex99CCEF24F06cc494d
Octal231314357441706314111115
Binary100110011100110011101111100100111101101100110010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ccef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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