#B7DFCA

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

Shades of Aero Blue #B7DFCA

Tints of Aero Blue #B7DFCA

Color information

#B7DFCA (or 0xB7DFCA) is unknown color: approx Aero Blue. HEX triplet: B7, DF and CA. RGB value is (183,223,202). Sum of RGB (Red+Green+Blue) = 183+223+202=608 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.10% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DFCA is #482035. Grayscale: #D0D0D0. Windows color (decimal): -4726838 or 13295543. OLE color: 13295543.

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

Color convert

RGB183223202-
CMYK0.1800.090.13
HSL148.5º38.46%79.61%-
HSV(B)148.5º17.94%87.45%-
XYZ56.5867.1165.85-
YUV208.65124.25109.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.10%
GREEN value IS 223 (87.5% from 255) = 36.68%
BLUE value IS 202 (79.30% from 255) = 33.22%
R=30.10%
G=36.68%
B=33.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1832232020.1800.090.13148.538.4679.61
HexB7DFCA1209D942650
Octal267337312220111522446120
Binary10110111110111111100101010010010011101100101001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DFCA; }

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

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

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

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

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

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

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

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