Html Css Color HEX #BBF8DB Aero Blue

📋 copy color: '#BBF8DB'

red 187 ◦ green 248 ◦ blue 219

#BBF8DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aero Blue #BBF8DB

Tints of Aero Blue #BBF8DB

RGB

 RED value IS 187 (73.44% from 255) = 28.59%

 GREEN value IS 248 (97.27% from 255) = 37.92%

 BLUE value IS 219 (85.94% from 255) = 33.49%

R = 28.59%
G = 37.92%
B = 33.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#BBF8DB (or 0xBBF8DB) is known color: Aero Blue. HEX triplet: BB, F8 and DB. RGB value is (187,248,219). Sum of RGB (Red+Green+Blue) = 187+248+219=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 248 (97.27% from 255 or 37.92% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF8DB is #440724. Grayscale: #E2E2E2. Windows color (decimal): -4458277 or 14416059. OLE color: 14416059.

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

Color convert

RGB 187 248 219 -
CMYK 0.25 0 0.12 0.03
HSL 151.48º 0.81% 0.85% -
HSV(B) 151.48º 0.25% 0.97% -
XYZ 66.85 82.81 79.48 -
YUV 226.46 123.79 99.86 -
System Red Green Blue C M Y K H S L
Decimal 187 248 219 0.25 0 0.12 0.03 151.48 0.81 0.85
Hex BB F8 DB 19 0 C 3 97 51 55
Octal 273 370 333 31 0 14 3 227 121 125
Binary 10111011 11111000 11011011 11001 0 1100 11 10010111 1010001 1010101

Color Harmonies of #BBF8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF8DB

Black with #BBF8DB

Text Example


Text Example

White with #BBF8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF8DB; }

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

 H1.HeaderClassName
 {
   color: #BBF8DB;
 }
 .AnyTagClassName
 {
   color: #BBF8DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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