#B4DFC8

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

Shades of Aero Blue #B4DFC8

Tints of Aero Blue #B4DFC8

Color information

#B4DFC8 (or 0xB4DFC8) is unknown color: approx Aero Blue. HEX triplet: B4, DF and C8. RGB value is (180,223,200). Sum of RGB (Red+Green+Blue) = 180+223+200=603 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.85% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 200 (78.52% from 255 or 33.17% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DFC8 is #4B2037. Grayscale: #CFCFCF. Windows color (decimal): -4923448 or 13164468. OLE color: 13164468.

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

Color convert

RGB180223200-
CMYK0.1900.100.13
HSL147.91º40.19%79.02%-
HSV(B)147.91º19.28%87.45%-
XYZ55.6466.6564.58-
YUV207.52123.75108.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.85%
GREEN value IS 223 (87.5% from 255) = 36.98%
BLUE value IS 200 (78.52% from 255) = 33.17%
R=29.85%
G=36.98%
B=33.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802232000.1900.100.13147.9140.1979.02
HexB4DFC8130AD94284f
Octal264337310230121522450117
Binary10110100110111111100100010011010101101100101001010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DFC8; }

 p { color: rgb(180,223,200); }

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

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

 a { background-color: rgb(180,223,200); }

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

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

 span { border-color: rgb(180,223,200); }

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