#B8ECCD

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

Shades of Aero Blue #B8ECCD

Tints of Aero Blue #B8ECCD

Color information

#B8ECCD (or 0xB8ECCD) is unknown color: approx Aero Blue. HEX triplet: B8, EC and CD. RGB value is (184,236,205). Sum of RGB (Red+Green+Blue) = 184+236+205=625 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.44% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #B8ECCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8ECCD is #471332. Grayscale: #D8D8D8. Windows color (decimal): -4657971 or 13495480. OLE color: 13495480.

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

Color convert

RGB184236205-
CMYK0.2200.130.07
HSL144.23º57.78%82.35%-
HSV(B)144.23º22.03%92.55%-
XYZ60.7874.5968.95-
YUV216.92121.27104.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.44%
GREEN value IS 236 (92.58% from 255) = 37.76%
BLUE value IS 205 (80.47% from 255) = 32.8%
R=29.44%
G=37.76%
B=32.8%

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
Decimal1842362050.2200.130.07144.2357.7882.35
HexB8ECCD160D7903a52
Octal27035431526015722072122
Binary1011100011101100110011011011001101111100100001110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ECCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ECCD; }

 p { color: rgb(184,236,205); }

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

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

 a { background-color: rgb(184,236,205); }

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

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

 span { border-color: rgb(184,236,205); }

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