#B7DFCD

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

Shades of Aero Blue #B7DFCD

Tints of Aero Blue #B7DFCD

Color information

#B7DFCD (or 0xB7DFCD) is unknown color: approx Aero Blue. HEX triplet: B7, DF and CD. RGB value is (183,223,205). Sum of RGB (Red+Green+Blue) = 183+223+205=611 (80% of max value = 765). Red value is 183 (71.88% from 255 or 29.95% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DFCD is #482032. Grayscale: #D1D1D1. Windows color (decimal): -4726835 or 13492151. OLE color: 13492151.

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

Color convert

RGB183223205-
CMYK0.1800.080.13
HSL153º38.46%79.61%-
HSV(B)153º17.94%87.45%-
XYZ56.9467.2567.74-
YUV208.99125.75109.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.95%
GREEN value IS 223 (87.5% from 255) = 36.50%
BLUE value IS 205 (80.47% from 255) = 33.55%
R=29.95%
G=36.50%
B=33.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1832232050.1800.080.1315338.4679.61
HexB7DFCD1208D992650
Octal267337315220101523146120
Binary10110111110111111100110110010010001101100110011001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DFCD; }

 p { color: rgb(183,223,205); }

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

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

 a { background-color: rgb(183,223,205); }

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

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

 span { border-color: rgb(183,223,205); }

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