#B7EECC

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

Shades of Aero Blue #B7EECC

Tints of Aero Blue #B7EECC

Color information

#B7EECC (or 0xB7EECC) is unknown color: approx Aero Blue. HEX triplet: B7, EE and CC. RGB value is (183,238,204). Sum of RGB (Red+Green+Blue) = 183+238+204=625 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.28% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #B7EECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EECC is #481133. Grayscale: #D9D9D9. Windows color (decimal): -4722996 or 13430455. OLE color: 13430455.

HSL color Cylindrical-coordinate representation of color #B7EECC: hue angle of 142.91º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7EECC is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB183238204-
CMYK0.2300.140.07
HSL142.91º61.8%82.55%-
HSV(B)142.91º23.11%93.33%-
XYZ6175.5868.5-
YUV217.68120.28103.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.28%
GREEN value IS 238 (93.36% from 255) = 38.08%
BLUE value IS 204 (80.08% from 255) = 32.64%
R=29.28%
G=38.08%
B=32.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1832382040.2300.140.07142.9161.882.55
HexB7EECC170E78f3e53
Octal26735631427016721776123
Binary1011011111101110110011001011101110111100011111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EECC; }

 p { color: rgb(183,238,204); }

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

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

 a { background-color: rgb(183,238,204); }

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

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

 span { border-color: rgb(183,238,204); }

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