#99D0EB

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

Shades of Cornflower #99D0EB

Tints of Cornflower #99D0EB

Color information

#99D0EB (or 0x99D0EB) is unknown color: approx Cornflower. HEX triplet: 99, D0 and EB. RGB value is (153,208,235). Sum of RGB (Red+Green+Blue) = 153+208+235=596 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.67% from 596); Green value is 208 (81.64% from 255 or 34.90% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #99D0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D0EB is #662F14. Grayscale: #C2C2C2. Windows color (decimal): -6696725 or 15454361. OLE color: 15454361.

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

Color convert

RGB153208235-
CMYK0.350.1100.08
HSL199.76º67.21%76.08%-
HSV(B)199.76º34.89%92.16%-
XYZ50.6957.8887.1-
YUV194.63150.7898.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.67%
GREEN value IS 208 (81.64% from 255) = 34.90%
BLUE value IS 235 (92.19% from 255) = 39.43%
R=25.67%
G=34.90%
B=39.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532082350.350.1100.08199.7667.2176.08
Hex99D0EB23B08c8434c
Octal2313203534313010310103114
Binary1001100111010000111010111000111011010001100100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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