#99D3EC

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

Shades of Cornflower #99D3EC

Tints of Cornflower #99D3EC

Color information

#99D3EC (or 0x99D3EC) is unknown color: approx Cornflower. HEX triplet: 99, D3 and EC. RGB value is (153,211,236). Sum of RGB (Red+Green+Blue) = 153+211+236=600 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.5% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #99D3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D3EC is #662C13. Grayscale: #C4C4C4. Windows color (decimal): -6695956 or 15520665. OLE color: 15520665.

HSL color Cylindrical-coordinate representation of color #99D3EC: hue angle of 198.07º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99D3EC is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB153211236-
CMYK0.350.1100.07
HSL198.07º68.6%76.27%-
HSV(B)198.07º35.17%92.55%-
XYZ51.5759.4288.11-
YUV196.51150.2896.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.5%
GREEN value IS 211 (82.81% from 255) = 35.17%
BLUE value IS 236 (92.58% from 255) = 39.33%
R=25.5%
G=35.17%
B=39.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1532112360.350.1100.07198.0768.676.27
Hex99D3EC23B07c6454c
Octal231323354431307306105114
Binary100110011101001111101100100011101101111100011010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,211,236); }

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

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

 a { background-color: rgb(153,211,236); }

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

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

 span { border-color: rgb(153,211,236); }

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