#B7DCC7

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

Shades of Aero Blue #B7DCC7

Tints of Aero Blue #B7DCC7

Color information

#B7DCC7 (or 0xB7DCC7) is unknown color: approx Aero Blue. HEX triplet: B7, DC and C7. RGB value is (183,220,199). Sum of RGB (Red+Green+Blue) = 183+220+199=602 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.40% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 199 (78.12% from 255 or 33.06% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DCC7 is #482338. Grayscale: #CECECE. Windows color (decimal): -4727609 or 13098167. OLE color: 13098167.

HSL color Cylindrical-coordinate representation of color #B7DCC7: hue angle of 145.95º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7DCC7 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB183220199-
CMYK0.1700.100.14
HSL145.95º34.58%79.02%-
HSV(B)145.95º16.82%86.27%-
XYZ55.4365.3863.73-
YUV206.54123.74111.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.40%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 199 (78.12% from 255) = 33.06%
R=30.40%
G=36.54%
B=33.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1832201990.1700.100.14145.9534.5879.02
HexB7DCC7110AE92234f
Octal267334307210121622243117
Binary10110111110111001100011110001010101110100100101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DCC7; }

 p { color: rgb(183,220,199); }

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

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

 a { background-color: rgb(183,220,199); }

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

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

 span { border-color: rgb(183,220,199); }

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