#B6EFD5

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

Shades of Aero Blue #B6EFD5

Tints of Aero Blue #B6EFD5

Color information

#B6EFD5 (or 0xB6EFD5) is unknown color: approx Aero Blue. HEX triplet: B6, EF and D5. RGB value is (182,239,213). Sum of RGB (Red+Green+Blue) = 182+239+213=634 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.71% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #B6EFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EFD5 is #49102A. Grayscale: #DBDBDB. Windows color (decimal): -4788267 or 14020534. OLE color: 14020534.

HSL color Cylindrical-coordinate representation of color #B6EFD5: hue angle of 152.63º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6EFD5 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB182239213-
CMYK0.2400.110.06
HSL152.63º64.04%82.55%-
HSV(B)152.63º23.85%93.73%-
XYZ62.1776.4874.44-
YUV218.99124.62101.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.71%
GREEN value IS 239 (93.75% from 255) = 37.70%
BLUE value IS 213 (83.59% from 255) = 33.60%
R=28.71%
G=37.70%
B=33.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1822392130.2400.110.06152.6364.0482.55
HexB6EFD5180B6994053
Octal266357325300136231100123
Binary10110110111011111101010111000010111101001100110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EFD5; }

 p { color: rgb(182,239,213); }

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

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

 a { background-color: rgb(182,239,213); }

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

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

 span { border-color: rgb(182,239,213); }

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