#B5DFCB

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

Shades of Aero Blue #B5DFCB

Tints of Aero Blue #B5DFCB

Color information

#B5DFCB (or 0xB5DFCB) is unknown color: approx Aero Blue. HEX triplet: B5, DF and CB. RGB value is (181,223,203). Sum of RGB (Red+Green+Blue) = 181+223+203=607 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.82% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DFCB is #4A2034. Grayscale: #D0D0D0. Windows color (decimal): -4857909 or 13361077. OLE color: 13361077.

HSL color Cylindrical-coordinate representation of color #B5DFCB: hue angle of 151.43º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5DFCB is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB181223203-
CMYK0.1900.090.13
HSL151.43º39.62%79.22%-
HSV(B)151.43º18.83%87.45%-
XYZ56.2266.9166.45-
YUV208.16125.09108.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.82%
GREEN value IS 223 (87.5% from 255) = 36.74%
BLUE value IS 203 (79.69% from 255) = 33.44%
R=29.82%
G=36.74%
B=33.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812232030.1900.090.13151.4339.6279.22
HexB5DFCB1309D97284f
Octal265337313230111522750117
Binary10110101110111111100101110011010011101100101111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DFCB; }

 p { color: rgb(181,223,203); }

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

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

 a { background-color: rgb(181,223,203); }

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

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

 span { border-color: rgb(181,223,203); }

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