Html Css Color HEX #B9F8DB Aero Blue

📋 copy color: '#B9F8DB'

red 185 ◦ green 248 ◦ blue 219

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

Shades of Aero Blue #B9F8DB

Tints of Aero Blue #B9F8DB

RGB

 RED value IS 185 (72.66% from 255) = 28.37%

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

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

R = 28.37%
G = 38.04%
B = 33.59%

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

#B9F8DB (or 0xB9F8DB) is known color: Aero Blue. HEX triplet: B9, F8 and DB. RGB value is (185,248,219). Sum of RGB (Red+Green+Blue) = 185+248+219=652 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.37% from 652); Green value is 248 (97.27% from 255 or 38.04% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 248 - color contains mainly: green. Hex color #B9F8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F8DB is #460724. Grayscale: #E1E1E1. Windows color (decimal): -4589349 or 14416057. OLE color: 14416057.

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

Color convert

RGB 185 248 219 -
CMYK 0.25 0 0.12 0.03
HSL 152.38º 0.82% 0.85% -
HSV(B) 152.38º 0.25% 0.97% -
XYZ 66.36 82.56 79.46 -
YUV 225.86 124.13 98.86 -
System Red Green Blue C M Y K H S L
Decimal 185 248 219 0.25 0 0.12 0.03 152.38 0.82 0.85
Hex B9 F8 DB 19 0 C 3 98 52 55
Octal 271 370 333 31 0 14 3 230 122 125
Binary 10111001 11111000 11011011 11001 0 1100 11 10011000 1010010 1010101

Color Harmonies of #B9F8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F8DB

Black with #B9F8DB

Text Example


Text Example

White with #B9F8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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