Html Css Color HEX #B6ECD5 Aero Blue

📋 copy color: '#B6ECD5'

red 182 ◦ green 236 ◦ blue 213

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

Shades of Aero Blue #B6ECD5

Tints of Aero Blue #B6ECD5

RGB

 RED value IS 182 (71.48% from 255) = 28.84%

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

 BLUE value IS 213 (83.59% from 255) = 33.76%

R = 28.84%
G = 37.4%
B = 33.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#B6ECD5 (or 0xB6ECD5) is known color: Aero Blue. HEX triplet: B6, EC and D5. RGB value is (182,236,213). Sum of RGB (Red+Green+Blue) = 182+236+213=631 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.84% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #B6ECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6ECD5 is #49132A. Grayscale: #D9D9D9. Windows color (decimal): -4789035 or 14019766. OLE color: 14019766.

HSL color Cylindrical-coordinate representation of color #B6ECD5: hue angle of 154.44º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6ECD5 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 236 213 -
CMYK 0.23 0 0.10 0.07
HSL 154.44º 0.59% 0.82% -
HSV(B) 154.44º 0.23% 0.93% -
XYZ 61.3 74.74 74.15 -
YUV 217.23 125.61 102.87 -
System Red Green Blue C M Y K H S L
Decimal 182 236 213 0.23 0 0.10 0.07 154.44 0.59 0.82
Hex B6 EC D5 17 0 A 7 9A 3B 52
Octal 266 354 325 27 0 12 7 232 73 122
Binary 10110110 11101100 11010101 10111 0 1010 111 10011010 111011 1010010

Color Harmonies of #B6ECD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6ECD5

Black with #B6ECD5

Text Example


Text Example

White with #B6ECD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6ECD5; }

 p { color: rgb(182,236,213); }

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

background-color css

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

 a { background-color: rgb(182,236,213); }

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

border-color css

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

 span { border-color: rgb(182,236,213); }

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