Html Css Color HEX #B6EBD5 Aero Blue

📋 copy color: '#B6EBD5'

red 182 ◦ green 235 ◦ blue 213

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

Shades of Aero Blue #B6EBD5

Tints of Aero Blue #B6EBD5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.3%

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

R = 28.89%
G = 37.3%
B = 33.81%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#B6EBD5 (or 0xB6EBD5) is known color: Aero Blue. HEX triplet: B6, EB and D5. RGB value is (182,235,213). Sum of RGB (Red+Green+Blue) = 182+235+213=630 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.89% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #B6EBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EBD5 is #49142A. Grayscale: #D8D8D8. Windows color (decimal): -4789291 or 14019510. OLE color: 14019510.

HSL color Cylindrical-coordinate representation of color #B6EBD5: hue angle of 155.09º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6EBD5 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 182 235 213 -
CMYK 0.23 0 0.09 0.08
HSL 155.09º 0.57% 0.82% -
HSV(B) 155.09º 0.23% 0.92% -
XYZ 61.01 74.17 74.05 -
YUV 216.65 125.94 103.29 -
System Red Green Blue C M Y K H S L
Decimal 182 235 213 0.23 0 0.09 0.08 155.09 0.57 0.82
Hex B6 EB D5 17 0 9 8 9B 39 52
Octal 266 353 325 27 0 11 10 233 71 122
Binary 10110110 11101011 11010101 10111 0 1001 1000 10011011 111001 1010010

Color Harmonies of #B6EBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6EBD5

Black with #B6EBD5

Text Example


Text Example

White with #B6EBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6EBD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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