#99D5EB

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

Shades of Cornflower #99D5EB

Tints of Cornflower #99D5EB

Color information

#99D5EB (or 0x99D5EB) is unknown color: approx Cornflower. HEX triplet: 99, D5 and EB. RGB value is (153,213,235). Sum of RGB (Red+Green+Blue) = 153+213+235=601 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.46% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #99D5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D5EB is #662A14. Grayscale: #C5C5C5. Windows color (decimal): -6695445 or 15455641. OLE color: 15455641.

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

Color convert

RGB153213235-
CMYK0.350.0900.08
HSL196.1º67.21%76.08%-
HSV(B)196.1º34.89%92.16%-
XYZ51.9360.3687.51-
YUV197.57149.1296.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.46%
GREEN value IS 213 (83.59% from 255) = 35.44%
BLUE value IS 235 (92.19% from 255) = 39.10%
R=25.46%
G=35.44%
B=39.10%

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
Decimal1532132350.350.0900.08196.167.2176.08
Hex99D5EB23908c4434c
Octal2313253534311010304103114
Binary1001100111010101111010111000111001010001100010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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