#B7DDCA

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

Shades of Aero Blue #B7DDCA

Tints of Aero Blue #B7DDCA

Color information

#B7DDCA (or 0xB7DDCA) is unknown color: approx Aero Blue. HEX triplet: B7, DD and CA. RGB value is (183,221,202). Sum of RGB (Red+Green+Blue) = 183+221+202=606 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.20% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DDCA is #482235. Grayscale: #CFCFCF. Windows color (decimal): -4727350 or 13295031. OLE color: 13295031.

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

Color convert

RGB183221202-
CMYK0.1700.090.13
HSL150º35.85%79.22%-
HSV(B)150º17.19%86.67%-
XYZ56.0566.0465.67-
YUV207.47124.91110.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.20%
GREEN value IS 221 (86.72% from 255) = 36.47%
BLUE value IS 202 (79.30% from 255) = 33.33%
R=30.20%
G=36.47%
B=33.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1832212020.1700.090.1315035.8579.22
HexB7DDCA1109D96244f
Octal267335312210111522644117
Binary10110111110111011100101010001010011101100101101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DDCA; }

 p { color: rgb(183,221,202); }

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

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

 a { background-color: rgb(183,221,202); }

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

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

 span { border-color: rgb(183,221,202); }

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