#B9F1CE

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

Shades of Aero Blue #B9F1CE

Tints of Aero Blue #B9F1CE

Color information

#B9F1CE (or 0xB9F1CE) is unknown color: approx Aero Blue. HEX triplet: B9, F1 and CE. RGB value is (185,241,206). Sum of RGB (Red+Green+Blue) = 185+241+206=632 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.27% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F1CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F1CE is #460E31. Grayscale: #DCDCDC. Windows color (decimal): -4591154 or 13562297. OLE color: 13562297.

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

Color convert

RGB185241206-
CMYK0.2300.150.05
HSL142.5º66.67%83.53%-
HSV(B)142.5º23.24%94.51%-
XYZ62.677.6870.09-
YUV220.27119.95102.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.27%
GREEN value IS 241 (94.53% from 255) = 38.13%
BLUE value IS 206 (80.86% from 255) = 32.59%
R=29.27%
G=38.13%
B=32.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1852412060.2300.150.05142.566.6783.53
HexB9F1CE170F58e4354
Octal271361316270175216103124
Binary10111001111100011100111010111011111011000111010000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F1CE; }

 p { color: rgb(185,241,206); }

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

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

 a { background-color: rgb(185,241,206); }

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

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

 span { border-color: rgb(185,241,206); }

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