#B6DDCA

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

Shades of Aero Blue #B6DDCA

Tints of Aero Blue #B6DDCA

Color information

#B6DDCA (or 0xB6DDCA) is unknown color: approx Aero Blue. HEX triplet: B6, DD and CA. RGB value is (182,221,202). Sum of RGB (Red+Green+Blue) = 182+221+202=605 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.08% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #B6DDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DDCA is #492235. Grayscale: #CFCFCF. Windows color (decimal): -4792886 or 13295030. OLE color: 13295030.

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

Color convert

RGB182221202-
CMYK0.1800.090.13
HSL150.77º36.45%79.02%-
HSV(B)150.77º17.65%86.67%-
XYZ55.8165.9265.66-
YUV207.17125.08110.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.08%
GREEN value IS 221 (86.72% from 255) = 36.53%
BLUE value IS 202 (79.30% from 255) = 33.39%
R=30.08%
G=36.53%
B=33.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1822212020.1800.090.13150.7736.4579.02
HexB6DDCA1209D97244f
Octal266335312220111522744117
Binary10110110110111011100101010010010011101100101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DDCA; }

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

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

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

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

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

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

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

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