Html Css Color HEX #B5E6CA Aero Blue

📋 copy color: '#B5E6CA'

red 181 ◦ green 230 ◦ blue 202

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

Shades of Aero Blue #B5E6CA

Tints of Aero Blue #B5E6CA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.52%

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

R = 29.53%
G = 37.52%
B = 32.95%

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

#B5E6CA (or 0xB5E6CA) is known color: Aero Blue. HEX triplet: B5, E6 and CA. RGB value is (181,230,202). Sum of RGB (Red+Green+Blue) = 181+230+202=613 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.53% from 613); Green value is 230 (90.23% from 255 or 37.52% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 230 - color contains mainly: green. Hex color #B5E6CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E6CA is #4A1935. Grayscale: #D4D4D4. Windows color (decimal): -4856118 or 13297333. OLE color: 13297333.

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

Color convert

RGB 181 230 202 -
CMYK 0.21 0 0.12 0.10
HSL 145.71º 0.49% 0.81% -
HSV(B) 145.71º 0.21% 0.9% -
XYZ 58.01 70.68 66.46 -
YUV 212.16 122.27 105.78 -
System Red Green Blue C M Y K H S L
Decimal 181 230 202 0.21 0 0.12 0.10 145.71 0.49 0.81
Hex B5 E6 CA 15 0 C A 92 31 51
Octal 265 346 312 25 0 14 12 222 61 121
Binary 10110101 11100110 11001010 10101 0 1100 1010 10010010 110001 1010001

Color Harmonies of #B5E6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E6CA

Black with #B5E6CA

Text Example


Text Example

White with #B5E6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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