#BBF8DD

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

Shades of Aero Blue #BBF8DD

Tints of Aero Blue #BBF8DD

Color information

#BBF8DD (or 0xBBF8DD) is unknown color: approx Aero Blue. HEX triplet: BB, F8 and DD. RGB value is (187,248,221). Sum of RGB (Red+Green+Blue) = 187+248+221=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 248 (97.27% from 255 or 37.80% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF8DD is #440722. Grayscale: #E2E2E2. Windows color (decimal): -4458275 or 14547131. OLE color: 14547131.

HSL color Cylindrical-coordinate representation of color #BBF8DD: hue angle of 153.44º degrees, saturation: 0.81, 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 #BBF8DD is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB187248221-
CMYK0.2500.110.03
HSL153.44º81.33%85.29%-
HSV(B)153.44º24.6%97.25%-
XYZ67.1182.9280.87-
YUV226.68124.7999.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.51%
GREEN value IS 248 (97.27% from 255) = 37.80%
BLUE value IS 221 (86.72% from 255) = 33.69%
R=28.51%
G=37.80%
B=33.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872482210.2500.110.03153.4481.3385.29
HexBBF8DD190B3995155
Octal273370335310133231121125
Binary1011101111111000110111011100101011111001100110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF8DD; }

 p { color: rgb(187,248,221); }

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

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

 a { background-color: rgb(187,248,221); }

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

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

 span { border-color: rgb(187,248,221); }

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