#B9EECF

Color #B9EECF Aero Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aero Blue #B9EECF

Tints of Aero Blue #B9EECF

Color information

#B9EECF (or 0xB9EECF) is unknown color: approx Aero Blue. HEX triplet: B9, EE and CF. RGB value is (185,238,207). Sum of RGB (Red+Green+Blue) = 185+238+207=630 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.37% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #B9EECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EECF is #461130. Grayscale: #DADADA. Windows color (decimal): -4591921 or 13627065. OLE color: 13627065.

HSL color Cylindrical-coordinate representation of color #B9EECF: hue angle of 144.91º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9EECF is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB185238207-
CMYK0.2200.130.07
HSL144.91º60.92%82.94%-
HSV(B)144.91º22.27%93.33%-
XYZ61.8475.9770.44-
YUV218.62121.44104.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.37%
GREEN value IS 238 (93.36% from 255) = 37.78%
BLUE value IS 207 (81.25% from 255) = 32.86%
R=29.37%
G=37.78%
B=32.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852382070.2200.130.07144.9160.9282.94
HexB9EECF160D7913d53
Octal27135631726015722175123
Binary1011100111101110110011111011001101111100100011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EECF; }

 p { color: rgb(185,238,207); }

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

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

 a { background-color: rgb(185,238,207); }

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

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

 span { border-color: rgb(185,238,207); }

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