#99BEE0

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

Shades of Cornflower #99BEE0

Tints of Cornflower #99BEE0

Color information

#99BEE0 (or 0x99BEE0) is unknown color: approx Cornflower. HEX triplet: 99, BE and E0. RGB value is (153,190,224). Sum of RGB (Red+Green+Blue) = 153+190+224=567 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.98% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 224 - color contains mainly: blue. Hex color #99BEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BEE0 is #66411F. Grayscale: #B6B6B6. Windows color (decimal): -6701344 or 14728857. OLE color: 14728857.

HSL color Cylindrical-coordinate representation of color #99BEE0: hue angle of 208.73º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99BEE0 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB153190224-
CMYK0.320.1500.12
HSL208.73º53.38%73.92%-
HSV(B)208.73º31.7%87.84%-
XYZ4548.9877.6-
YUV182.81151.24106.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.98%
GREEN value IS 190 (74.61% from 255) = 33.51%
BLUE value IS 224 (87.89% from 255) = 39.51%
R=26.98%
G=33.51%
B=39.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1531902240.320.1500.12208.7353.3873.92
Hex99BEE020F0Cd1354a
Octal231276340401701432165112
Binary100110011011111011100000100000111101100110100011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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