Html Css Color HEX #B5E5CA Aero Blue

📋 copy color: '#B5E5CA'

red 181 ◦ green 229 ◦ blue 202

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

Shades of Aero Blue #B5E5CA

Tints of Aero Blue #B5E5CA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.42%

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

R = 29.58%
G = 37.42%
B = 33.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#B5E5CA (or 0xB5E5CA) is known color: Aero Blue. HEX triplet: B5, E5 and CA. RGB value is (181,229,202). Sum of RGB (Red+Green+Blue) = 181+229+202=612 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.58% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 229 - color contains mainly: green. Hex color #B5E5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5E5CA is #4A1A35. Grayscale: #D3D3D3. Windows color (decimal): -4856374 or 13297077. OLE color: 13297077.

HSL color Cylindrical-coordinate representation of color #B5E5CA: hue angle of 146.25º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5E5CA is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 181 229 202 -
CMYK 0.21 0 0.12 0.10
HSL 146.25º 0.48% 0.8% -
HSV(B) 146.25º 0.21% 0.9% -
XYZ 57.74 70.13 66.37 -
YUV 211.57 122.6 106.2 -
System Red Green Blue C M Y K H S L
Decimal 181 229 202 0.21 0 0.12 0.10 146.25 0.48 0.8
Hex B5 E5 CA 15 0 C A 92 30 50
Octal 265 345 312 25 0 14 12 222 60 120
Binary 10110101 11100101 11001010 10101 0 1100 1010 10010010 110000 1010000

Color Harmonies of #B5E5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E5CA

Black with #B5E5CA

Text Example


Text Example

White with #B5E5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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