#99C2EB

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

Shades of Cornflower #99C2EB

Tints of Cornflower #99C2EB

Color information

#99C2EB (or 0x99C2EB) is unknown color: approx Cornflower. HEX triplet: 99, C2 and EB. RGB value is (153,194,235). Sum of RGB (Red+Green+Blue) = 153+194+235=582 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.29% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #99C2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99C2EB is #663D14. Grayscale: #BABABA. Windows color (decimal): -6700309 or 15450777. OLE color: 15450777.

HSL color Cylindrical-coordinate representation of color #99C2EB: hue angle of 210º degrees, saturation: 0.67, 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 #99C2EB is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153194235-
CMYK0.350.1700.08
HSL210º67.21%76.08%-
HSV(B)210º34.89%92.16%-
XYZ47.4251.3586.01-
YUV186.42155.42104.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.29%
GREEN value IS 194 (76.17% from 255) = 33.33%
BLUE value IS 235 (92.19% from 255) = 40.38%
R=26.29%
G=33.33%
B=40.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1531942350.350.1700.0821067.2176.08
Hex99C2EB231108d2434c
Octal2313023534321010322103114
Binary10011001110000101110101110001110001010001101001010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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