#B7F1D6

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

Shades of Aero Blue #B7F1D6

Tints of Aero Blue #B7F1D6

Color information

#B7F1D6 (or 0xB7F1D6) is unknown color: approx Aero Blue. HEX triplet: B7, F1 and D6. RGB value is (183,241,214). Sum of RGB (Red+Green+Blue) = 183+241+214=638 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.68% from 638); Green value is 241 (94.53% from 255 or 37.77% from 638); Blue value is 214 (83.98% from 255 or 33.54% from 638); Max value from RGB is 241 - color contains mainly: green. Hex color #B7F1D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F1D6 is #480E29. Grayscale: #DCDCDC. Windows color (decimal): -4722218 or 14086583. OLE color: 14086583.

HSL color Cylindrical-coordinate representation of color #B7F1D6: hue angle of 152.07º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7F1D6 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB183241214-
CMYK0.2400.110.05
HSL152.07º67.44%83.14%-
HSV(B)152.07º24.07%94.51%-
XYZ63.1277.8375.31-
YUV220.58124.28101.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.68%
GREEN value IS 241 (94.53% from 255) = 37.77%
BLUE value IS 214 (83.98% from 255) = 33.54%
R=28.68%
G=37.77%
B=33.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1832412140.2400.110.05152.0767.4483.14
HexB7F1D6180B5984353
Octal267361326300135230103123
Binary10110111111100011101011011000010111011001100010000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F1D6; }

 p { color: rgb(183,241,214); }

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

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

 a { background-color: rgb(183,241,214); }

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

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

 span { border-color: rgb(183,241,214); }

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