#99BDDD

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

Shades of Cornflower #99BDDD

Tints of Cornflower #99BDDD

Color information

#99BDDD (or 0x99BDDD) is unknown color: approx Cornflower. HEX triplet: 99, BD and DD. RGB value is (153,189,221). Sum of RGB (Red+Green+Blue) = 153+189+221=563 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.18% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #99BDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BDDD is #664222. Grayscale: #B5B5B5. Windows color (decimal): -6701603 or 14531993. OLE color: 14531993.

HSL color Cylindrical-coordinate representation of color #99BDDD: hue angle of 208.24º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99BDDD is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153189221-
CMYK0.310.1400.13
HSL208.24º50%73.33%-
HSV(B)208.24º30.77%86.67%-
XYZ44.3948.3975.41-
YUV181.88150.07107.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.18%
GREEN value IS 189 (74.22% from 255) = 33.57%
BLUE value IS 221 (86.72% from 255) = 39.25%
R=27.18%
G=33.57%
B=39.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531892210.310.1400.13208.245073.33
Hex99BDDD1FE0Dd03249
Octal231275335371601532062111
Binary10011001101111011101110111111111001101110100001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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