#99BEDD

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

Shades of Cornflower #99BEDD

Tints of Cornflower #99BEDD

Color information

#99BEDD (or 0x99BEDD) is unknown color: approx Cornflower. HEX triplet: 99, BE and DD. RGB value is (153,190,221). Sum of RGB (Red+Green+Blue) = 153+190+221=564 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.13% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #99BEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BEDD is #664122. Grayscale: #B6B6B6. Windows color (decimal): -6701347 or 14532249. OLE color: 14532249.

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

Color convert

RGB153190221-
CMYK0.310.1400.13
HSL207.35º50%73.33%-
HSV(B)207.35º30.77%86.67%-
XYZ44.648.8275.48-
YUV182.47149.74106.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.13%
GREEN value IS 190 (74.61% from 255) = 33.69%
BLUE value IS 221 (86.72% from 255) = 39.18%
R=27.13%
G=33.69%
B=39.18%

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
Decimal1531902210.310.1400.13207.355073.33
Hex99BEDD1FE0Dcf3249
Octal231276335371601531762111
Binary10011001101111101101110111111111001101110011111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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