#B9F5CF

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

Shades of Aero Blue #B9F5CF

Tints of Aero Blue #B9F5CF

Color information

#B9F5CF (or 0xB9F5CF) is unknown color: approx Aero Blue. HEX triplet: B9, F5 and CF. RGB value is (185,245,207). Sum of RGB (Red+Green+Blue) = 185+245+207=637 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.04% from 637); Green value is 245 (96.09% from 255 or 38.46% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 245 - color contains mainly: green. Hex color #B9F5CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F5CF is #460A30. Grayscale: #DEDEDE. Windows color (decimal): -4590129 or 13628857. OLE color: 13628857.

HSL color Cylindrical-coordinate representation of color #B9F5CF: hue angle of 142º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9F5CF is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB185245207-
CMYK0.2400.160.04
HSL142º75%84.31%-
HSV(B)142º24.49%96.08%-
XYZ63.9280.1271.13-
YUV222.73119.12101.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.04%
GREEN value IS 245 (96.09% from 255) = 38.46%
BLUE value IS 207 (81.25% from 255) = 32.50%
R=29.04%
G=38.46%
B=32.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1852452070.2400.160.041427584.31
HexB9F5CF1801048e4b54
Octal271365317300204216113124
Binary101110011111010111001111110000100001001000111010010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F5CF; }

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

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

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

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

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

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

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

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