Html Css Color HEX #B9ECD4 Aero Blue

📋 copy color: '#B9ECD4'

red 185 ◦ green 236 ◦ blue 212

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

Shades of Aero Blue #B9ECD4

Tints of Aero Blue #B9ECD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.49%

R = 29.23%
G = 37.28%
B = 33.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#B9ECD4 (or 0xB9ECD4) is known color: Aero Blue. HEX triplet: B9, EC and D4. RGB value is (185,236,212). Sum of RGB (Red+Green+Blue) = 185+236+212=633 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.23% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #B9ECD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9ECD4 is #46132B. Grayscale: #DADADA. Windows color (decimal): -4592428 or 13954233. OLE color: 13954233.

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

Color convert

RGB 185 236 212 -
CMYK 0.22 0 0.10 0.07
HSL 151.76º 0.57% 0.83% -
HSV(B) 151.76º 0.22% 0.93% -
XYZ 61.89 75.06 73.51 -
YUV 218.02 124.6 104.45 -
System Red Green Blue C M Y K H S L
Decimal 185 236 212 0.22 0 0.10 0.07 151.76 0.57 0.83
Hex B9 EC D4 16 0 A 7 98 39 53
Octal 271 354 324 26 0 12 7 230 71 123
Binary 10111001 11101100 11010100 10110 0 1010 111 10011000 111001 1010011

Color Harmonies of #B9ECD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ECD4

Black with #B9ECD4

Text Example


Text Example

White with #B9ECD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ECD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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