#99D6EB

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

Shades of Cornflower #99D6EB

Tints of Cornflower #99D6EB

Color information

#99D6EB (or 0x99D6EB) is unknown color: approx Cornflower. HEX triplet: 99, D6 and EB. RGB value is (153,214,235). Sum of RGB (Red+Green+Blue) = 153+214+235=602 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.42% from 602); Green value is 214 (83.98% from 255 or 35.55% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #99D6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D6EB is #662914. Grayscale: #C6C6C6. Windows color (decimal): -6695189 or 15455897. OLE color: 15455897.

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

Color convert

RGB153214235-
CMYK0.350.0900.08
HSL195.37º67.21%76.08%-
HSV(B)195.37º34.89%92.16%-
XYZ52.1860.8687.59-
YUV198.16148.7995.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.42%
GREEN value IS 214 (83.98% from 255) = 35.55%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=25.42%
G=35.55%
B=39.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532142350.350.0900.08195.3767.2176.08
Hex99D6EB23908c3434c
Octal2313263534311010303103114
Binary1001100111010110111010111000111001010001100001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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