#B7DDCB

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

Shades of Aero Blue #B7DDCB

Tints of Aero Blue #B7DDCB

Color information

#B7DDCB (or 0xB7DDCB) is unknown color: approx Aero Blue. HEX triplet: B7, DD and CB. RGB value is (183,221,203). Sum of RGB (Red+Green+Blue) = 183+221+203=607 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.15% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DDCB is #482234. Grayscale: #CFCFCF. Windows color (decimal): -4727349 or 13360567. OLE color: 13360567.

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

Color convert

RGB183221203-
CMYK0.1700.080.13
HSL151.58º35.85%79.22%-
HSV(B)151.58º17.19%86.67%-
XYZ56.1666.0966.3-
YUV207.59125.41110.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.15%
GREEN value IS 221 (86.72% from 255) = 36.41%
BLUE value IS 203 (79.69% from 255) = 33.44%
R=30.15%
G=36.41%
B=33.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1832212030.1700.080.13151.5835.8579.22
HexB7DDCB1108D98244f
Octal267335313210101523044117
Binary10110111110111011100101110001010001101100110001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DDCB; }

 p { color: rgb(183,221,203); }

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

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

 a { background-color: rgb(183,221,203); }

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

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

 span { border-color: rgb(183,221,203); }

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