#99BEDF

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

Shades of Cornflower #99BEDF

Tints of Cornflower #99BEDF

Color information

#99BEDF (or 0x99BEDF) is unknown color: approx Cornflower. HEX triplet: 99, BE and DF. RGB value is (153,190,223). Sum of RGB (Red+Green+Blue) = 153+190+223=566 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.03% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #99BEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BEDF is #664120. Grayscale: #B6B6B6. Windows color (decimal): -6701345 or 14663321. OLE color: 14663321.

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

Color convert

RGB153190223-
CMYK0.310.1500.13
HSL208.29º52.24%73.73%-
HSV(B)208.29º31.39%87.45%-
XYZ44.8748.9376.89-
YUV182.7150.74106.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.03%
GREEN value IS 190 (74.61% from 255) = 33.57%
BLUE value IS 223 (87.5% from 255) = 39.40%
R=27.03%
G=33.57%
B=39.40%

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
Decimal1531902230.310.1500.13208.2952.2473.73
Hex99BEDF1FF0Dd0344a
Octal231276337371701532064112
Binary10011001101111101101111111111111101101110100001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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