#B7DECA

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

Shades of Aero Blue #B7DECA

Tints of Aero Blue #B7DECA

Color information

#B7DECA (or 0xB7DECA) is unknown color: approx Aero Blue. HEX triplet: B7, DE and CA. RGB value is (183,222,202). Sum of RGB (Red+Green+Blue) = 183+222+202=607 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.15% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 222 - color contains mainly: green. Hex color #B7DECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DECA is #482135. Grayscale: #D0D0D0. Windows color (decimal): -4727094 or 13295287. OLE color: 13295287.

HSL color Cylindrical-coordinate representation of color #B7DECA: hue angle of 149.23º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7DECA is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB183222202-
CMYK0.1800.090.13
HSL149.23º37.14%79.41%-
HSV(B)149.23º17.57%87.06%-
XYZ56.3166.5765.76-
YUV208.06124.58110.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.15%
GREEN value IS 222 (87.11% from 255) = 36.57%
BLUE value IS 202 (79.30% from 255) = 33.28%
R=30.15%
G=36.57%
B=33.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1832222020.1800.090.13149.2337.1479.41
HexB7DECA1209D95254f
Octal267336312220111522545117
Binary10110111110111101100101010010010011101100101011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DECA; }

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

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

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

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

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

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

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

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