Html Css Color HEX #B5EACE Aero Blue

📋 copy color: '#B5EACE'

red 181 ◦ green 234 ◦ blue 206

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

Shades of Aero Blue #B5EACE

Tints of Aero Blue #B5EACE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.68%

 BLUE value IS 206 (80.86% from 255) = 33.17%

R = 29.15%
G = 37.68%
B = 33.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#B5EACE (or 0xB5EACE) is known color: Aero Blue. HEX triplet: B5, EA and CE. RGB value is (181,234,206). Sum of RGB (Red+Green+Blue) = 181+234+206=621 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.15% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 234 - color contains mainly: green. Hex color #B5EACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EACE is #4A1531. Grayscale: #D7D7D7. Windows color (decimal): -4855090 or 13560501. OLE color: 13560501.

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

Color convert

RGB 181 234 206 -
CMYK 0.23 0 0.12 0.08
HSL 148.3º 0.56% 0.81% -
HSV(B) 148.3º 0.23% 0.92% -
XYZ 59.62 73.13 69.36 -
YUV 214.96 122.94 103.78 -
System Red Green Blue C M Y K H S L
Decimal 181 234 206 0.23 0 0.12 0.08 148.3 0.56 0.81
Hex B5 EA CE 17 0 C 8 94 38 51
Octal 265 352 316 27 0 14 10 224 70 121
Binary 10110101 11101010 11001110 10111 0 1100 1000 10010100 111000 1010001

Color Harmonies of #B5EACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EACE

Black with #B5EACE

Text Example


Text Example

White with #B5EACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EACE; }

 p { color: rgb(181,234,206); }

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

background-color css

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

 a { background-color: rgb(181,234,206); }

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

border-color css

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

 span { border-color: rgb(181,234,206); }

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