Html Css Color HEX #B5EBD0 Aero Blue

📋 copy color: '#B5EBD0'

red 181 ◦ green 235 ◦ blue 208

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

Shades of Aero Blue #B5EBD0

Tints of Aero Blue #B5EBD0

RGB

 RED value IS 181 (71.09% from 255) = 29.01%

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

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

R = 29.01%
G = 37.66%
B = 33.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#B5EBD0 (or 0xB5EBD0) is known color: Aero Blue. HEX triplet: B5, EB and D0. RGB value is (181,235,208). Sum of RGB (Red+Green+Blue) = 181+235+208=624 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.01% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 208 (81.64% from 255 or 33.33% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #B5EBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EBD0 is #4A142F. Grayscale: #D7D7D7. Windows color (decimal): -4854832 or 13691829. OLE color: 13691829.

HSL color Cylindrical-coordinate representation of color #B5EBD0: hue angle of 150º 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 #B5EBD0 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 235 208 -
CMYK 0.23 0 0.11 0.08
HSL 150º 0.57% 0.82% -
HSV(B) 150º 0.23% 0.92% -
XYZ 60.15 73.79 70.75 -
YUV 215.78 123.61 103.2 -
System Red Green Blue C M Y K H S L
Decimal 181 235 208 0.23 0 0.11 0.08 150 0.57 0.82
Hex B5 EB D0 17 0 B 8 96 39 52
Octal 265 353 320 27 0 13 10 226 71 122
Binary 10110101 11101011 11010000 10111 0 1011 1000 10010110 111001 1010010

Color Harmonies of #B5EBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EBD0

Black with #B5EBD0

Text Example


Text Example

White with #B5EBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EBD0; }

 p { color: rgb(181,235,208); }

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

background-color css

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

 a { background-color: rgb(181,235,208); }

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

border-color css

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

 span { border-color: rgb(181,235,208); }

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