#B4DFCA

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

Shades of Aero Blue #B4DFCA

Tints of Aero Blue #B4DFCA

Color information

#B4DFCA (or 0xB4DFCA) is unknown color: approx Aero Blue. HEX triplet: B4, DF and CA. RGB value is (180,223,202). Sum of RGB (Red+Green+Blue) = 180+223+202=605 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.75% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DFCA is #4B2035. Grayscale: #CFCFCF. Windows color (decimal): -4923446 or 13295540. OLE color: 13295540.

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

Color convert

RGB180223202-
CMYK0.1900.090.13
HSL150.7º40.19%79.02%-
HSV(B)150.7º19.28%87.45%-
XYZ55.8766.7465.82-
YUV207.75124.75108.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.75%
GREEN value IS 223 (87.5% from 255) = 36.86%
BLUE value IS 202 (79.30% from 255) = 33.39%
R=29.75%
G=36.86%
B=33.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802232020.1900.090.13150.740.1979.02
HexB4DFCA1309D97284f
Octal264337312230111522750117
Binary10110100110111111100101010011010011101100101111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DFCA; }

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

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

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

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

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

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

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

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