#B6E1CA

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

Shades of Aero Blue #B6E1CA

Tints of Aero Blue #B6E1CA

Color information

#B6E1CA (or 0xB6E1CA) is unknown color: approx Aero Blue. HEX triplet: B6, E1 and CA. RGB value is (182,225,202). Sum of RGB (Red+Green+Blue) = 182+225+202=609 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.89% from 609); Green value is 225 (88.28% from 255 or 36.95% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 225 - color contains mainly: green. Hex color #B6E1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6E1CA is #491E35. Grayscale: #D1D1D1. Windows color (decimal): -4791862 or 13296054. OLE color: 13296054.

HSL color Cylindrical-coordinate representation of color #B6E1CA: hue angle of 147.91º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6E1CA is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB182225202-
CMYK0.1900.100.12
HSL147.91º41.75%79.8%-
HSV(B)147.91º19.11%88.24%-
XYZ56.8868.0666.02-
YUV209.52123.75108.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.89%
GREEN value IS 225 (88.28% from 255) = 36.95%
BLUE value IS 202 (79.30% from 255) = 33.17%
R=29.89%
G=36.95%
B=33.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1822252020.1900.100.12147.9141.7579.8
HexB6E1CA130AC942a50
Octal266341312230121422452120
Binary10110110111000011100101010011010101100100101001010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E1CA; }

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

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

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

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

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

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

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

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