Html Css Color HEX #B5E0CA Aero Blue

📋 copy color: '#B5E0CA'

red 181 ◦ green 224 ◦ blue 202

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

Shades of Aero Blue #B5E0CA

Tints of Aero Blue #B5E0CA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.9%

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

R = 29.82%
G = 36.9%
B = 33.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#B5E0CA (or 0xB5E0CA) is known color: Aero Blue. HEX triplet: B5, E0 and CA. RGB value is (181,224,202). Sum of RGB (Red+Green+Blue) = 181+224+202=607 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.82% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5E0CA is #4A1F35. Grayscale: #D0D0D0. Windows color (decimal): -4857654 or 13295797. OLE color: 13295797.

HSL color Cylindrical-coordinate representation of color #B5E0CA: hue angle of 149.3º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5E0CA is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 181 224 202 -
CMYK 0.19 0 0.10 0.12
HSL 149.3º 0.41% 0.79% -
HSV(B) 149.3º 0.19% 0.88% -
XYZ 56.37 67.4 65.92 -
YUV 208.64 124.25 108.29 -
System Red Green Blue C M Y K H S L
Decimal 181 224 202 0.19 0 0.10 0.12 149.3 0.41 0.79
Hex B5 E0 CA 13 0 A C 95 29 4F
Octal 265 340 312 23 0 12 14 225 51 117
Binary 10110101 11100000 11001010 10011 0 1010 1100 10010101 101001 1001111

Color Harmonies of #B5E0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E0CA

Black with #B5E0CA

Text Example


Text Example

White with #B5E0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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