Html Css Color HEX #B9FAD7 Aero Blue

📋 copy color: '#B9FAD7'

red 185 ◦ green 250 ◦ blue 215

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

Shades of Aero Blue #B9FAD7

Tints of Aero Blue #B9FAD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.08%

R = 28.46%
G = 38.46%
B = 33.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#B9FAD7 (or 0xB9FAD7) is known color: Aero Blue. HEX triplet: B9, FA and D7. RGB value is (185,250,215). Sum of RGB (Red+Green+Blue) = 185+250+215=650 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.46% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 215 (84.38% from 255 or 33.08% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FAD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FAD7 is #460528. Grayscale: #E2E2E2. Windows color (decimal): -4588841 or 14154425. OLE color: 14154425.

HSL color Cylindrical-coordinate representation of color #B9FAD7: hue angle of 147.69º 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 #B9FAD7 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 250 215 -
CMYK 0.26 0 0.14 0.02
HSL 147.69º 0.87% 0.85% -
HSV(B) 147.69º 0.26% 0.98% -
XYZ 66.46 83.59 76.92 -
YUV 226.58 121.47 98.35 -
System Red Green Blue C M Y K H S L
Decimal 185 250 215 0.26 0 0.14 0.02 147.69 0.87 0.85
Hex B9 FA D7 1A 0 E 2 94 57 55
Octal 271 372 327 32 0 16 2 224 127 125
Binary 10111001 11111010 11010111 11010 0 1110 10 10010100 1010111 1010101

Color Harmonies of #B9FAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FAD7

Black with #B9FAD7

Text Example


Text Example

White with #B9FAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FAD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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