Html Css Color HEX #B5EACA Aero Blue

📋 copy color: '#B5EACA'

red 181 ◦ green 234 ◦ blue 202

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

Shades of Aero Blue #B5EACA

Tints of Aero Blue #B5EACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.74%

R = 29.34%
G = 37.93%
B = 32.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#B5EACA (or 0xB5EACA) is known color: Aero Blue. HEX triplet: B5, EA and CA. RGB value is (181,234,202). Sum of RGB (Red+Green+Blue) = 181+234+202=617 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.34% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #B5EACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EACA is #4A1535. Grayscale: #D6D6D6. Windows color (decimal): -4855094 or 13298357. OLE color: 13298357.

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

Color convert

RGB 181 234 202 -
CMYK 0.23 0 0.14 0.08
HSL 143.77º 0.56% 0.81% -
HSV(B) 143.77º 0.23% 0.92% -
XYZ 59.14 72.93 66.84 -
YUV 214.51 120.94 104.1 -
System Red Green Blue C M Y K H S L
Decimal 181 234 202 0.23 0 0.14 0.08 143.77 0.56 0.81
Hex B5 EA CA 17 0 E 8 90 38 51
Octal 265 352 312 27 0 16 10 220 70 121
Binary 10110101 11101010 11001010 10111 0 1110 1000 10010000 111000 1010001

Color Harmonies of #B5EACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EACA

Black with #B5EACA

Text Example


Text Example

White with #B5EACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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