#B9F8DA

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

Shades of Aero Blue #B9F8DA

Tints of Aero Blue #B9F8DA

Color information

#B9F8DA (or 0xB9F8DA) is unknown color: approx Aero Blue. HEX triplet: B9, F8 and DA. RGB value is (185,248,218). Sum of RGB (Red+Green+Blue) = 185+248+218=651 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.42% from 651); Green value is 248 (97.27% from 255 or 38.10% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 248 - color contains mainly: green. Hex color #B9F8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F8DA is #460725. Grayscale: #E1E1E1. Windows color (decimal): -4589350 or 14350521. OLE color: 14350521.

HSL color Cylindrical-coordinate representation of color #B9F8DA: hue angle of 151.43º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9F8DA is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB185248218-
CMYK0.2500.120.03
HSL151.43º81.82%84.9%-
HSV(B)151.43º25.4%97.25%-
XYZ66.2382.5178.77-
YUV225.74123.6398.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.42%
GREEN value IS 248 (97.27% from 255) = 38.10%
BLUE value IS 218 (85.55% from 255) = 33.49%
R=28.42%
G=38.10%
B=33.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1852482180.2500.120.03151.4381.8284.9
HexB9F8DA190C3975255
Octal271370332310143227122125
Binary1011100111111000110110101100101100111001011110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F8DA; }

 p { color: rgb(185,248,218); }

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

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

 a { background-color: rgb(185,248,218); }

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

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

 span { border-color: rgb(185,248,218); }

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