Html Css Color HEX #B9FADD Aero Blue

📋 copy color: '#B9FADD'

red 185 ◦ green 250 ◦ blue 221

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

Shades of Aero Blue #B9FADD

Tints of Aero Blue #B9FADD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.11%

 BLUE value IS 221 (86.72% from 255) = 33.69%

R = 28.2%
G = 38.11%
B = 33.69%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#B9FADD (or 0xB9FADD) is known color: Aero Blue. HEX triplet: B9, FA and DD. RGB value is (185,250,221). Sum of RGB (Red+Green+Blue) = 185+250+221=656 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.20% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FADD is #460522. Grayscale: #E3E3E3. Windows color (decimal): -4588835 or 14547641. OLE color: 14547641.

HSL color Cylindrical-coordinate representation of color #B9FADD: hue angle of 153.23º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9FADD is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 250 221 -
CMYK 0.26 0 0.12 0.02
HSL 153.23º 0.87% 0.85% -
HSV(B) 153.23º 0.26% 0.98% -
XYZ 67.24 83.91 81.06 -
YUV 227.26 124.47 97.86 -
System Red Green Blue C M Y K H S L
Decimal 185 250 221 0.26 0 0.12 0.02 153.23 0.87 0.85
Hex B9 FA DD 1A 0 C 2 99 57 55
Octal 271 372 335 32 0 14 2 231 127 125
Binary 10111001 11111010 11011101 11010 0 1100 10 10011001 1010111 1010101

Color Harmonies of #B9FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FADD

Black with #B9FADD

Text Example


Text Example

White with #B9FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FADD; }

 p { color: rgb(185,250,221); }

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

background-color css

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

 a { background-color: rgb(185,250,221); }

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

border-color css

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

 span { border-color: rgb(185,250,221); }

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