Html Css Color HEX #B5ECCC Aero Blue

📋 copy color: '#B5ECCC'

red 181 ◦ green 236 ◦ blue 204

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

Shades of Aero Blue #B5ECCC

Tints of Aero Blue #B5ECCC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38%

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

R = 29.15%
G = 38%
B = 32.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#B5ECCC (or 0xB5ECCC) is known color: Aero Blue. HEX triplet: B5, EC and CC. RGB value is (181,236,204). Sum of RGB (Red+Green+Blue) = 181+236+204=621 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.15% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 236 - color contains mainly: green. Hex color #B5ECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5ECCC is #4A1333. Grayscale: #D7D7D7. Windows color (decimal): -4854580 or 13429941. OLE color: 13429941.

HSL color Cylindrical-coordinate representation of color #B5ECCC: hue angle of 145.09º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5ECCC is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 236 204 -
CMYK 0.23 0 0.14 0.07
HSL 145.09º 0.59% 0.82% -
HSV(B) 145.09º 0.23% 0.93% -
XYZ 59.95 74.17 68.28 -
YUV 215.91 121.28 103.1 -
System Red Green Blue C M Y K H S L
Decimal 181 236 204 0.23 0 0.14 0.07 145.09 0.59 0.82
Hex B5 EC CC 17 0 E 7 91 3B 52
Octal 265 354 314 27 0 16 7 221 73 122
Binary 10110101 11101100 11001100 10111 0 1110 111 10010001 111011 1010010

Color Harmonies of #B5ECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ECCC

Black with #B5ECCC

Text Example


Text Example

White with #B5ECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ECCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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