#99C2EC

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

Shades of Cornflower #99C2EC

Tints of Cornflower #99C2EC

Color information

#99C2EC (or 0x99C2EC) is unknown color: approx Cornflower. HEX triplet: 99, C2 and EC. RGB value is (153,194,236). Sum of RGB (Red+Green+Blue) = 153+194+236=583 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.24% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #99C2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99C2EC is #663D13. Grayscale: #BABABA. Windows color (decimal): -6700308 or 15516313. OLE color: 15516313.

HSL color Cylindrical-coordinate representation of color #99C2EC: hue angle of 210.36º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99C2EC is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB153194236-
CMYK0.350.1800.07
HSL210.36º68.6%76.27%-
HSV(B)210.36º35.17%92.55%-
XYZ47.5751.4186.77-
YUV186.53155.92104.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.24%
GREEN value IS 194 (76.17% from 255) = 33.28%
BLUE value IS 236 (92.58% from 255) = 40.48%
R=26.24%
G=33.28%
B=40.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1531942360.350.1800.07210.3668.676.27
Hex99C2EC231207d2454c
Octal231302354432207322105114
Binary1001100111000010111011001000111001001111101001010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,194,236); }

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

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

 a { background-color: rgb(153,194,236); }

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

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

 span { border-color: rgb(153,194,236); }

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