#B6DFC7

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

Shades of Aero Blue #B6DFC7

Tints of Aero Blue #B6DFC7

Color information

#B6DFC7 (or 0xB6DFC7) is unknown color: approx Aero Blue. HEX triplet: B6, DF and C7. RGB value is (182,223,199). Sum of RGB (Red+Green+Blue) = 182+223+199=604 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.13% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 199 (78.12% from 255 or 32.95% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #B6DFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DFC7 is #492038. Grayscale: #D0D0D0. Windows color (decimal): -4792377 or 13098934. OLE color: 13098934.

HSL color Cylindrical-coordinate representation of color #B6DFC7: hue angle of 144.88º degrees, saturation: 0.39, 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 #B6DFC7 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB182223199-
CMYK0.1800.110.13
HSL144.88º39.05%79.41%-
HSV(B)144.88º18.39%87.45%-
XYZ55.9966.8463.98-
YUV208122.92109.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.13%
GREEN value IS 223 (87.5% from 255) = 36.92%
BLUE value IS 199 (78.12% from 255) = 32.95%
R=30.13%
G=36.92%
B=32.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1822231990.1800.110.13144.8839.0579.41
HexB6DFC7120BD91274f
Octal266337307220131522147117
Binary10110110110111111100011110010010111101100100011001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DFC7; }

 p { color: rgb(182,223,199); }

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

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

 a { background-color: rgb(182,223,199); }

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

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

 span { border-color: rgb(182,223,199); }

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