#B9FCDD

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

Shades of Aero Blue #B9FCDD

Tints of Aero Blue #B9FCDD

Color information

#B9FCDD (or 0xB9FCDD) is unknown color: approx Aero Blue. HEX triplet: B9, FC and DD. RGB value is (185,252,221). Sum of RGB (Red+Green+Blue) = 185+252+221=658 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.12% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 252 - color contains mainly: green. Hex color #B9FCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FCDD is #460322. Grayscale: #E4E4E4. Windows color (decimal): -4588323 or 14548153. OLE color: 14548153.

HSL color Cylindrical-coordinate representation of color #B9FCDD: hue angle of 152.24º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FCDD is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB185252221-
CMYK0.2700.120.01
HSL152.24º91.78%85.69%-
HSV(B)152.24º26.59%98.82%-
XYZ67.8785.1681.27-
YUV228.43123.897.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.12%
GREEN value IS 252 (98.83% from 255) = 38.30%
BLUE value IS 221 (86.72% from 255) = 33.59%
R=28.12%
G=38.30%
B=33.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852522210.2700.120.01152.2491.7885.69
HexB9FCDD1B0C1985c56
Octal271374335330141230134126
Binary101110011111110011011101110110110011001100010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FCDD; }

 p { color: rgb(185,252,221); }

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

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

 a { background-color: rgb(185,252,221); }

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

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

 span { border-color: rgb(185,252,221); }

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