Html Css Color HEX #B9ECD1 Aero Blue

📋 copy color: '#B9ECD1'

red 185 ◦ green 236 ◦ blue 209

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

Shades of Aero Blue #B9ECD1

Tints of Aero Blue #B9ECD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 33.17%

R = 29.37%
G = 37.46%
B = 33.17%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#B9ECD1 (or 0xB9ECD1) is known color: Aero Blue. HEX triplet: B9, EC and D1. RGB value is (185,236,209). Sum of RGB (Red+Green+Blue) = 185+236+209=630 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.37% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 209 (82.03% from 255 or 33.17% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #B9ECD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9ECD1 is #46132E. Grayscale: #D9D9D9. Windows color (decimal): -4592431 or 13757625. OLE color: 13757625.

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

Color convert

RGB 185 236 209 -
CMYK 0.22 0 0.11 0.07
HSL 148.24º 0.57% 0.83% -
HSV(B) 148.24º 0.22% 0.93% -
XYZ 61.51 74.91 71.54 -
YUV 217.67 123.1 104.7 -
System Red Green Blue C M Y K H S L
Decimal 185 236 209 0.22 0 0.11 0.07 148.24 0.57 0.83
Hex B9 EC D1 16 0 B 7 94 39 53
Octal 271 354 321 26 0 13 7 224 71 123
Binary 10111001 11101100 11010001 10110 0 1011 111 10010100 111001 1010011

Color Harmonies of #B9ECD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ECD1

Black with #B9ECD1

Text Example


Text Example

White with #B9ECD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ECD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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