#B5DFCC

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

Shades of Aero Blue #B5DFCC

Tints of Aero Blue #B5DFCC

Color information

#B5DFCC (or 0xB5DFCC) is unknown color: approx Aero Blue. HEX triplet: B5, DF and CC. RGB value is (181,223,204). Sum of RGB (Red+Green+Blue) = 181+223+204=608 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.77% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DFCC is #4A2033. Grayscale: #D0D0D0. Windows color (decimal): -4857908 or 13426613. OLE color: 13426613.

HSL color Cylindrical-coordinate representation of color #B5DFCC: hue angle of 152.86º 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 #B5DFCC is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB181223204-
CMYK0.1900.090.13
HSL152.86º39.62%79.22%-
HSV(B)152.86º18.83%87.45%-
XYZ56.3466.9667.08-
YUV208.28125.59108.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.77%
GREEN value IS 223 (87.5% from 255) = 36.68%
BLUE value IS 204 (80.08% from 255) = 33.55%
R=29.77%
G=36.68%
B=33.55%

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
Decimal1812232040.1900.090.13152.8639.6279.22
HexB5DFCC1309D99284f
Octal265337314230111523150117
Binary10110101110111111100110010011010011101100110011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DFCC; }

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

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

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

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

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

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

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

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