#B7E0CA

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

Shades of Aero Blue #B7E0CA

Tints of Aero Blue #B7E0CA

Color information

#B7E0CA (or 0xB7E0CA) is unknown color: approx Aero Blue. HEX triplet: B7, E0 and CA. RGB value is (183,224,202). Sum of RGB (Red+Green+Blue) = 183+224+202=609 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.05% from 609); Green value is 224 (87.89% from 255 or 36.78% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 224 - color contains mainly: green. Hex color #B7E0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7E0CA is #481F35. Grayscale: #D1D1D1. Windows color (decimal): -4726582 or 13295799. OLE color: 13295799.

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

Color convert

RGB183224202-
CMYK0.1800.100.12
HSL147.8º39.81%79.8%-
HSV(B)147.8º18.3%87.84%-
XYZ56.8467.6465.94-
YUV209.23123.92109.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.05%
GREEN value IS 224 (87.89% from 255) = 36.78%
BLUE value IS 202 (79.30% from 255) = 33.17%
R=30.05%
G=36.78%
B=33.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1832242020.1800.100.12147.839.8179.8
HexB7E0CA120AC942850
Octal267340312220121422450120
Binary10110111111000001100101010010010101100100101001010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7E0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7E0CA; }

 p { color: rgb(183,224,202); }

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

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

 a { background-color: rgb(183,224,202); }

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

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

 span { border-color: rgb(183,224,202); }

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