Html Css Color HEX #B6E5D0 Aero Blue

📋 copy color: '#B6E5D0'

red 182 ◦ green 229 ◦ blue 208

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

Shades of Aero Blue #B6E5D0

Tints of Aero Blue #B6E5D0

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37%

 BLUE value IS 208 (81.64% from 255) = 33.6%

R = 29.4%
G = 37%
B = 33.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#B6E5D0 (or 0xB6E5D0) is known color: Aero Blue. HEX triplet: B6, E5 and D0. RGB value is (182,229,208). Sum of RGB (Red+Green+Blue) = 182+229+208=619 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.40% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 229 - color contains mainly: green. Hex color #B6E5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6E5D0 is #491A2F. Grayscale: #D4D4D4. Windows color (decimal): -4790832 or 13690294. OLE color: 13690294.

HSL color Cylindrical-coordinate representation of color #B6E5D0: hue angle of 153.19º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6E5D0 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB 182 229 208 -
CMYK 0.21 0 0.09 0.10
HSL 153.19º 0.47% 0.81% -
HSV(B) 153.19º 0.21% 0.9% -
XYZ 58.7 70.54 70.2 -
YUV 212.55 125.43 106.21 -
System Red Green Blue C M Y K H S L
Decimal 182 229 208 0.21 0 0.09 0.10 153.19 0.47 0.81
Hex B6 E5 D0 15 0 9 A 99 2F 51
Octal 266 345 320 25 0 11 12 231 57 121
Binary 10110110 11100101 11010000 10101 0 1001 1010 10011001 101111 1010001

Color Harmonies of #B6E5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6E5D0

Black with #B6E5D0

Text Example


Text Example

White with #B6E5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6E5D0; }

 p { color: rgb(182,229,208); }

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

background-color css

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

 a { background-color: rgb(182,229,208); }

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

border-color css

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

 span { border-color: rgb(182,229,208); }

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