#B9F2CF

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

Shades of Aero Blue #B9F2CF

Tints of Aero Blue #B9F2CF

Color information

#B9F2CF (or 0xB9F2CF) is unknown color: approx Aero Blue. HEX triplet: B9, F2 and CF. RGB value is (185,242,207). Sum of RGB (Red+Green+Blue) = 185+242+207=634 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.18% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F2CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F2CF is #460D30. Grayscale: #DDDDDD. Windows color (decimal): -4590897 or 13628089. OLE color: 13628089.

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

Color convert

RGB185242207-
CMYK0.2400.140.05
HSL143.16º68.67%83.73%-
HSV(B)143.16º23.55%94.9%-
XYZ63.0278.3270.83-
YUV220.97120.12102.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.18%
GREEN value IS 242 (94.92% from 255) = 38.17%
BLUE value IS 207 (81.25% from 255) = 32.65%
R=29.18%
G=38.17%
B=32.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1852422070.2400.140.05143.1668.6783.73
HexB9F2CF180E58f4554
Octal271362317300165217105124
Binary10111001111100101100111111000011101011000111110001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F2CF; }

 p { color: rgb(185,242,207); }

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

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

 a { background-color: rgb(185,242,207); }

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

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

 span { border-color: rgb(185,242,207); }

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