Html Css Color HEX #B9ECD7 Aero Blue

📋 copy color: '#B9ECD7'

red 185 ◦ green 236 ◦ blue 215

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

Shades of Aero Blue #B9ECD7

Tints of Aero Blue #B9ECD7

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.11%

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

R = 29.09%
G = 37.11%
B = 33.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#B9ECD7 (or 0xB9ECD7) is known color: Aero Blue. HEX triplet: B9, EC and D7. RGB value is (185,236,215). Sum of RGB (Red+Green+Blue) = 185+236+215=636 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.09% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 215 (84.38% from 255 or 33.81% from 636); Max value from RGB is 236 - color contains mainly: green. Hex color #B9ECD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9ECD7 is #461328. Grayscale: #DADADA. Windows color (decimal): -4592425 or 14150841. OLE color: 14150841.

HSL color Cylindrical-coordinate representation of color #B9ECD7: hue angle of 155.29º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9ECD7 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 236 215 -
CMYK 0.22 0 0.09 0.07
HSL 155.29º 0.57% 0.83% -
HSV(B) 155.29º 0.22% 0.93% -
XYZ 62.27 75.21 75.53 -
YUV 218.36 126.1 104.21 -
System Red Green Blue C M Y K H S L
Decimal 185 236 215 0.22 0 0.09 0.07 155.29 0.57 0.83
Hex B9 EC D7 16 0 9 7 9B 39 53
Octal 271 354 327 26 0 11 7 233 71 123
Binary 10111001 11101100 11010111 10110 0 1001 111 10011011 111001 1010011

Color Harmonies of #B9ECD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ECD7

Black with #B9ECD7

Text Example


Text Example

White with #B9ECD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ECD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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