Html Css Color HEX #B5EACC Aero Blue

📋 copy color: '#B5EACC'

red 181 ◦ green 234 ◦ blue 204

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

Shades of Aero Blue #B5EACC

Tints of Aero Blue #B5EACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.96%

R = 29.24%
G = 37.8%
B = 32.96%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#B5EACC (or 0xB5EACC) is known color: Aero Blue. HEX triplet: B5, EA and CC. RGB value is (181,234,204). Sum of RGB (Red+Green+Blue) = 181+234+204=619 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.24% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 234 - color contains mainly: green. Hex color #B5EACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EACC is #4A1533. Grayscale: #D6D6D6. Windows color (decimal): -4855092 or 13429429. OLE color: 13429429.

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

Color convert

RGB 181 234 204 -
CMYK 0.23 0 0.13 0.08
HSL 146.04º 0.56% 0.81% -
HSV(B) 146.04º 0.23% 0.92% -
XYZ 59.38 73.03 68.09 -
YUV 214.73 121.94 103.94 -
System Red Green Blue C M Y K H S L
Decimal 181 234 204 0.23 0 0.13 0.08 146.04 0.56 0.81
Hex B5 EA CC 17 0 D 8 92 38 51
Octal 265 352 314 27 0 15 10 222 70 121
Binary 10110101 11101010 11001100 10111 0 1101 1000 10010010 111000 1010001

Color Harmonies of #B5EACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EACC

Black with #B5EACC

Text Example


Text Example

White with #B5EACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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