#99BCDD

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

Shades of Cornflower #99BCDD

Tints of Cornflower #99BCDD

Color information

#99BCDD (or 0x99BCDD) is unknown color: approx Cornflower. HEX triplet: 99, BC and DD. RGB value is (153,188,221). Sum of RGB (Red+Green+Blue) = 153+188+221=562 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.22% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #99BCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BCDD is #664322. Grayscale: #B5B5B5. Windows color (decimal): -6701859 or 14531737. OLE color: 14531737.

HSL color Cylindrical-coordinate representation of color #99BCDD: hue angle of 209.12º 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 #99BCDD is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153188221-
CMYK0.310.1500.13
HSL209.12º50%73.33%-
HSV(B)209.12º30.77%86.67%-
XYZ44.1747.9675.34-
YUV181.3150.4107.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.22%
GREEN value IS 188 (73.83% from 255) = 33.45%
BLUE value IS 221 (86.72% from 255) = 39.32%
R=27.22%
G=33.45%
B=39.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531882210.310.1500.13209.125073.33
Hex99BCDD1FF0Dd13249
Octal231274335371701532162111
Binary10011001101111001101110111111111101101110100011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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