#B4DFC9

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

Shades of Aero Blue #B4DFC9

Tints of Aero Blue #B4DFC9

Color information

#B4DFC9 (or 0xB4DFC9) is unknown color: approx Aero Blue. HEX triplet: B4, DF and C9. RGB value is (180,223,201). Sum of RGB (Red+Green+Blue) = 180+223+201=604 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.80% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 201 (78.91% from 255 or 33.28% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DFC9 is #4B2036. Grayscale: #CFCFCF. Windows color (decimal): -4923447 or 13230004. OLE color: 13230004.

HSL color Cylindrical-coordinate representation of color #B4DFC9: hue angle of 149.3º 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 #B4DFC9 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB180223201-
CMYK0.1900.100.13
HSL149.3º40.19%79.02%-
HSV(B)149.3º19.28%87.45%-
XYZ55.7566.765.19-
YUV207.64124.25108.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.80%
GREEN value IS 223 (87.5% from 255) = 36.92%
BLUE value IS 201 (78.91% from 255) = 33.28%
R=29.80%
G=36.92%
B=33.28%

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
Decimal1802232010.1900.100.13149.340.1979.02
HexB4DFC9130AD95284f
Octal264337311230121522550117
Binary10110100110111111100100110011010101101100101011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DFC9; }

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

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

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

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

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

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

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

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