#B6EFD3

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

Shades of Aero Blue #B6EFD3

Tints of Aero Blue #B6EFD3

Color information

#B6EFD3 (or 0xB6EFD3) is unknown color: approx Aero Blue. HEX triplet: B6, EF and D3. RGB value is (182,239,211). Sum of RGB (Red+Green+Blue) = 182+239+211=632 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.80% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 211 (82.81% from 255 or 33.39% from 632); Max value from RGB is 239 - color contains mainly: green. Hex color #B6EFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EFD3 is #49102C. Grayscale: #DADADA. Windows color (decimal): -4788269 or 13889462. OLE color: 13889462.

HSL color Cylindrical-coordinate representation of color #B6EFD3: hue angle of 150.53º 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 #B6EFD3 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB182239211-
CMYK0.2400.120.06
HSL150.53º64.04%82.55%-
HSV(B)150.53º23.85%93.73%-
XYZ61.9276.3873.11-
YUV218.76123.62101.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.80%
GREEN value IS 239 (93.75% from 255) = 37.82%
BLUE value IS 211 (82.81% from 255) = 33.39%
R=28.80%
G=37.82%
B=33.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1822392110.2400.120.06150.5364.0482.55
HexB6EFD3180C6974053
Octal266357323300146227100123
Binary10110110111011111101001111000011001101001011110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EFD3; }

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

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

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

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

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

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

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

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