Html Css Color HEX #B5E9CB Aero Blue

📋 copy color: '#B5E9CB'

red 181 ◦ green 233 ◦ blue 203

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

Shades of Aero Blue #B5E9CB

Tints of Aero Blue #B5E9CB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.76%

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

R = 29.34%
G = 37.76%
B = 32.9%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#B5E9CB (or 0xB5E9CB) is known color: Aero Blue. HEX triplet: B5, E9 and CB. RGB value is (181,233,203). Sum of RGB (Red+Green+Blue) = 181+233+203=617 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.34% from 617); Green value is 233 (91.41% from 255 or 37.76% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 233 - color contains mainly: green. Hex color #B5E9CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E9CB is #4A1634. Grayscale: #D6D6D6. Windows color (decimal): -4855349 or 13363637. OLE color: 13363637.

HSL color Cylindrical-coordinate representation of color #B5E9CB: hue angle of 145.38º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5E9CB is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 181 233 203 -
CMYK 0.22 0 0.13 0.09
HSL 145.38º 0.54% 0.81% -
HSV(B) 145.38º 0.22% 0.91% -
XYZ 58.97 72.41 67.37 -
YUV 214.03 121.77 104.44 -
System Red Green Blue C M Y K H S L
Decimal 181 233 203 0.22 0 0.13 0.09 145.38 0.54 0.81
Hex B5 E9 CB 16 0 D 9 91 36 51
Octal 265 351 313 26 0 15 11 221 66 121
Binary 10110101 11101001 11001011 10110 0 1101 1001 10010001 110110 1010001

Color Harmonies of #B5E9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E9CB

Black with #B5E9CB

Text Example


Text Example

White with #B5E9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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