Html Css Color HEX #B9EED6 Aero Blue

📋 copy color: '#B9EED6'

red 185 ◦ green 238 ◦ blue 214

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

Shades of Aero Blue #B9EED6

Tints of Aero Blue #B9EED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.59%

R = 29.04%
G = 37.36%
B = 33.59%

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

#B9EED6 (or 0xB9EED6) is known color: Aero Blue. HEX triplet: B9, EE and D6. RGB value is (185,238,214). Sum of RGB (Red+Green+Blue) = 185+238+214=637 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.04% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 214 (83.98% from 255 or 33.59% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #B9EED6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EED6 is #461129. Grayscale: #DBDBDB. Windows color (decimal): -4591914 or 14085817. OLE color: 14085817.

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

Color convert

RGB 185 238 214 -
CMYK 0.22 0 0.10 0.07
HSL 152.83º 0.61% 0.83% -
HSV(B) 152.83º 0.22% 0.93% -
XYZ 62.72 76.32 75.04 -
YUV 219.42 124.94 103.45 -
System Red Green Blue C M Y K H S L
Decimal 185 238 214 0.22 0 0.10 0.07 152.83 0.61 0.83
Hex B9 EE D6 16 0 A 7 99 3D 53
Octal 271 356 326 26 0 12 7 231 75 123
Binary 10111001 11101110 11010110 10110 0 1010 111 10011001 111101 1010011

Color Harmonies of #B9EED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EED6

Black with #B9EED6

Text Example


Text Example

White with #B9EED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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