#B6EBCF

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

Shades of Aero Blue #B6EBCF

Tints of Aero Blue #B6EBCF

Color information

#B6EBCF (or 0xB6EBCF) is unknown color: approx Aero Blue. HEX triplet: B6, EB and CF. RGB value is (182,235,207). Sum of RGB (Red+Green+Blue) = 182+235+207=624 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.17% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #B6EBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EBCF is #491430. Grayscale: #D8D8D8. Windows color (decimal): -4789297 or 13626294. OLE color: 13626294.

HSL color Cylindrical-coordinate representation of color #B6EBCF: hue angle of 148.3º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6EBCF is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB182235207-
CMYK0.2300.120.08
HSL148.3º56.99%81.76%-
HSV(B)148.3º22.55%92.16%-
XYZ60.2673.8770.11-
YUV215.96122.94103.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.17%
GREEN value IS 235 (92.19% from 255) = 37.66%
BLUE value IS 207 (81.25% from 255) = 33.17%
R=29.17%
G=37.66%
B=33.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1822352070.2300.120.08148.356.9981.76
HexB6EBCF170C8943952
Octal266353317270141022471122
Binary10110110111010111100111110111011001000100101001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EBCF; }

 p { color: rgb(182,235,207); }

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

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

 a { background-color: rgb(182,235,207); }

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

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

 span { border-color: rgb(182,235,207); }

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