Html Css Color HEX #B5E1CA Aero Blue

📋 copy color: '#B5E1CA'

red 181 ◦ green 225 ◦ blue 202

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

Shades of Aero Blue #B5E1CA

Tints of Aero Blue #B5E1CA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.01%

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

R = 29.77%
G = 37.01%
B = 33.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#B5E1CA (or 0xB5E1CA) is known color: Aero Blue. HEX triplet: B5, E1 and CA. RGB value is (181,225,202). Sum of RGB (Red+Green+Blue) = 181+225+202=608 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.77% from 608); Green value is 225 (88.28% from 255 or 37.01% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 225 - color contains mainly: green. Hex color #B5E1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5E1CA is #4A1E35. Grayscale: #D1D1D1. Windows color (decimal): -4857398 or 13296053. OLE color: 13296053.

HSL color Cylindrical-coordinate representation of color #B5E1CA: hue angle of 148.64º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B5E1CA is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 181 225 202 -
CMYK 0.20 0 0.10 0.12
HSL 148.64º 0.42% 0.8% -
HSV(B) 148.64º 0.2% 0.88% -
XYZ 56.64 67.94 66.01 -
YUV 209.22 123.92 107.87 -
System Red Green Blue C M Y K H S L
Decimal 181 225 202 0.20 0 0.10 0.12 148.64 0.42 0.8
Hex B5 E1 CA 14 0 A C 95 2A 50
Octal 265 341 312 24 0 12 14 225 52 120
Binary 10110101 11100001 11001010 10100 0 1010 1100 10010101 101010 1010000

Color Harmonies of #B5E1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E1CA

Black with #B5E1CA

Text Example


Text Example

White with #B5E1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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