Html Css Color HEX #B9F8DC Aero Blue

📋 copy color: '#B9F8DC'

red 185 ◦ green 248 ◦ blue 220

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

Shades of Aero Blue #B9F8DC

Tints of Aero Blue #B9F8DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.69%

R = 28.33%
G = 37.98%
B = 33.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#B9F8DC (or 0xB9F8DC) is known color: Aero Blue. HEX triplet: B9, F8 and DC. RGB value is (185,248,220). Sum of RGB (Red+Green+Blue) = 185+248+220=653 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.33% from 653); Green value is 248 (97.27% from 255 or 37.98% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 248 - color contains mainly: green. Hex color #B9F8DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F8DC is #460723. Grayscale: #E2E2E2. Windows color (decimal): -4589348 or 14481593. OLE color: 14481593.

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

Color convert

RGB 185 248 220 -
CMYK 0.25 0 0.11 0.03
HSL 153.33º 0.82% 0.85% -
HSV(B) 153.33º 0.25% 0.97% -
XYZ 66.49 82.62 80.15 -
YUV 225.97 124.63 98.78 -
System Red Green Blue C M Y K H S L
Decimal 185 248 220 0.25 0 0.11 0.03 153.33 0.82 0.85
Hex B9 F8 DC 19 0 B 3 99 52 55
Octal 271 370 334 31 0 13 3 231 122 125
Binary 10111001 11111000 11011100 11001 0 1011 11 10011001 1010010 1010101

Color Harmonies of #B9F8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F8DC

Black with #B9F8DC

Text Example


Text Example

White with #B9F8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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