#BBF5DA

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

Shades of Aero Blue #BBF5DA

Tints of Aero Blue #BBF5DA

Color information

#BBF5DA (or 0xBBF5DA) is unknown color: approx Aero Blue. HEX triplet: BB, F5 and DA. RGB value is (187,245,218). Sum of RGB (Red+Green+Blue) = 187+245+218=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 245 (96.09% from 255 or 37.69% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF5DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF5DA is #440A25. Grayscale: #E0E0E0. Windows color (decimal): -4459046 or 14349755. OLE color: 14349755.

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

Color convert

RGB187245218-
CMYK0.2400.110.04
HSL152.07º74.36%84.71%-
HSV(B)152.07º23.67%96.08%-
XYZ65.880.9378.48-
YUV224.58124.28101.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.77%
GREEN value IS 245 (96.09% from 255) = 37.69%
BLUE value IS 218 (85.55% from 255) = 33.54%
R=28.77%
G=37.69%
B=33.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872452180.2400.110.04152.0774.3684.71
HexBBF5DA180B4984a55
Octal273365332300134230112125
Binary10111011111101011101101011000010111001001100010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF5DA; }

 p { color: rgb(187,245,218); }

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

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

 a { background-color: rgb(187,245,218); }

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

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

 span { border-color: rgb(187,245,218); }

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