#99BDDF

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

Shades of Cornflower #99BDDF

Tints of Cornflower #99BDDF

Color information

#99BDDF (or 0x99BDDF) is unknown color: approx Cornflower. HEX triplet: 99, BD and DF. RGB value is (153,189,223). Sum of RGB (Red+Green+Blue) = 153+189+223=565 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.08% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #99BDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BDDF is #664220. Grayscale: #B5B5B5. Windows color (decimal): -6701601 or 14663065. OLE color: 14663065.

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

Color convert

RGB153189223-
CMYK0.310.1500.13
HSL209.14º52.24%73.73%-
HSV(B)209.14º31.39%87.45%-
XYZ44.6548.576.82-
YUV182.11151.07107.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.08%
GREEN value IS 189 (74.22% from 255) = 33.45%
BLUE value IS 223 (87.5% from 255) = 39.47%
R=27.08%
G=33.45%
B=39.47%

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
Decimal1531892230.310.1500.13209.1452.2473.73
Hex99BDDF1FF0Dd1344a
Octal231275337371701532164112
Binary10011001101111011101111111111111101101110100011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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