Html Css Color HEX #B5E3CB Aero Blue

📋 copy color: '#B5E3CB'

red 181 ◦ green 227 ◦ blue 203

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

Shades of Aero Blue #B5E3CB

Tints of Aero Blue #B5E3CB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.15%

 BLUE value IS 203 (79.69% from 255) = 33.22%

R = 29.62%
G = 37.15%
B = 33.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#B5E3CB (or 0xB5E3CB) is known color: Aero Blue. HEX triplet: B5, E3 and CB. RGB value is (181,227,203). Sum of RGB (Red+Green+Blue) = 181+227+203=611 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.62% from 611); Green value is 227 (89.06% from 255 or 37.15% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 227 - color contains mainly: green. Hex color #B5E3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5E3CB is #4A1C34. Grayscale: #D2D2D2. Windows color (decimal): -4856885 or 13362101. OLE color: 13362101.

HSL color Cylindrical-coordinate representation of color #B5E3CB: hue angle of 148.7º degrees, saturation: 0.45, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B5E3CB is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 181 227 203 -
CMYK 0.20 0 0.11 0.11
HSL 148.7º 0.45% 0.8% -
HSV(B) 148.7º 0.2% 0.89% -
XYZ 57.3 69.07 66.81 -
YUV 210.51 123.76 106.95 -
System Red Green Blue C M Y K H S L
Decimal 181 227 203 0.20 0 0.11 0.11 148.7 0.45 0.8
Hex B5 E3 CB 14 0 B B 95 2D 50
Octal 265 343 313 24 0 13 13 225 55 120
Binary 10110101 11100011 11001011 10100 0 1011 1011 10010101 101101 1010000

Color Harmonies of #B5E3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E3CB

Black with #B5E3CB

Text Example


Text Example

White with #B5E3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E3CB; }

 p { color: rgb(181,227,203); }

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

background-color css

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

 a { background-color: rgb(181,227,203); }

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

border-color css

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

 span { border-color: rgb(181,227,203); }

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