Html Css Color HEX #B9EED3 Aero Blue

📋 copy color: '#B9EED3'

red 185 ◦ green 238 ◦ blue 211

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

Shades of Aero Blue #B9EED3

Tints of Aero Blue #B9EED3

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.54%

 BLUE value IS 211 (82.81% from 255) = 33.28%

R = 29.18%
G = 37.54%
B = 33.28%

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

#B9EED3 (or 0xB9EED3) is known color: Aero Blue. HEX triplet: B9, EE and D3. RGB value is (185,238,211). Sum of RGB (Red+Green+Blue) = 185+238+211=634 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.18% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 211 (82.81% from 255 or 33.28% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #B9EED3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EED3 is #46112C. Grayscale: #DBDBDB. Windows color (decimal): -4591917 or 13889209. OLE color: 13889209.

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

Color convert

RGB 185 238 211 -
CMYK 0.22 0 0.11 0.07
HSL 149.43º 0.61% 0.83% -
HSV(B) 149.43º 0.22% 0.93% -
XYZ 62.34 76.17 73.04 -
YUV 219.08 123.44 103.7 -
System Red Green Blue C M Y K H S L
Decimal 185 238 211 0.22 0 0.11 0.07 149.43 0.61 0.83
Hex B9 EE D3 16 0 B 7 95 3D 53
Octal 271 356 323 26 0 13 7 225 75 123
Binary 10111001 11101110 11010011 10110 0 1011 111 10010101 111101 1010011

Color Harmonies of #B9EED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EED3

Black with #B9EED3

Text Example


Text Example

White with #B9EED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EED3; }

 p { color: rgb(185,238,211); }

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

background-color css

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

 a { background-color: rgb(185,238,211); }

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

border-color css

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

 span { border-color: rgb(185,238,211); }

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