#99D4EB

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

Shades of Cornflower #99D4EB

Tints of Cornflower #99D4EB

Color information

#99D4EB (or 0x99D4EB) is unknown color: approx Cornflower. HEX triplet: 99, D4 and EB. RGB value is (153,212,235). Sum of RGB (Red+Green+Blue) = 153+212+235=600 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.5% from 600); Green value is 212 (83.20% from 255 or 35.33% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #99D4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D4EB is #662B14. Grayscale: #C4C4C4. Windows color (decimal): -6695701 or 15455385. OLE color: 15455385.

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

Color convert

RGB153212235-
CMYK0.350.1000.08
HSL196.83º67.21%76.08%-
HSV(B)196.83º34.89%92.16%-
XYZ51.6859.8687.43-
YUV196.98149.4596.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.5%
GREEN value IS 212 (83.20% from 255) = 35.33%
BLUE value IS 235 (92.19% from 255) = 39.17%
R=25.5%
G=35.33%
B=39.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532122350.350.1000.08196.8367.2176.08
Hex99D4EB23A08c5434c
Octal2313243534312010305103114
Binary1001100111010100111010111000111010010001100010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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