#99BDD9

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

Shades of Cornflower #99BDD9

Tints of Cornflower #99BDD9

Color information

#99BDD9 (or 0x99BDD9) is unknown color: approx Cornflower. HEX triplet: 99, BD and D9. RGB value is (153,189,217). Sum of RGB (Red+Green+Blue) = 153+189+217=559 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.37% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 217 (85.16% from 255 or 38.82% from 559); Max value from RGB is 217 - color contains mainly: blue. Hex color #99BDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BDD9 is #664226. Grayscale: #B5B5B5. Windows color (decimal): -6701607 or 14269849. OLE color: 14269849.

HSL color Cylindrical-coordinate representation of color #99BDD9: hue angle of 206.25º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99BDD9 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB153189217-
CMYK0.290.1300.15
HSL206.25º45.71%72.55%-
HSV(B)206.25º29.49%85.1%-
XYZ43.8648.1872.63-
YUV181.43148.07107.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.37%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 217 (85.16% from 255) = 38.82%
R=27.37%
G=33.81%
B=38.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1531892170.290.1300.15206.2545.7172.55
Hex99BDD91DD0Fce2e49
Octal231275331351501731656111
Binary10011001101111011101100111101110101111110011101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,189,217); }

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

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

 a { background-color: rgb(153,189,217); }

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

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

 span { border-color: rgb(153,189,217); }

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