Html Css Color HEX #B5E7D0 Aero Blue

📋 copy color: '#B5E7D0'

red 181 ◦ green 231 ◦ blue 208

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

Shades of Aero Blue #B5E7D0

Tints of Aero Blue #B5E7D0

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.26%

 BLUE value IS 208 (81.64% from 255) = 33.55%

R = 29.19%
G = 37.26%
B = 33.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#B5E7D0 (or 0xB5E7D0) is known color: Aero Blue. HEX triplet: B5, E7 and D0. RGB value is (181,231,208). Sum of RGB (Red+Green+Blue) = 181+231+208=620 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.19% from 620); Green value is 231 (90.62% from 255 or 37.26% from 620); Blue value is 208 (81.64% from 255 or 33.55% from 620); Max value from RGB is 231 - color contains mainly: green. Hex color #B5E7D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E7D0 is #4A182F. Grayscale: #D5D5D5. Windows color (decimal): -4855856 or 13690805. OLE color: 13690805.

HSL color Cylindrical-coordinate representation of color #B5E7D0: hue angle of 152.4º degrees, saturation: 0.51, 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 #B5E7D0 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 181 231 208 -
CMYK 0.22 0 0.10 0.09
HSL 152.4º 0.51% 0.81% -
HSV(B) 152.4º 0.22% 0.91% -
XYZ 59.02 71.53 70.37 -
YUV 213.43 124.94 104.87 -
System Red Green Blue C M Y K H S L
Decimal 181 231 208 0.22 0 0.10 0.09 152.4 0.51 0.81
Hex B5 E7 D0 16 0 A 9 98 33 51
Octal 265 347 320 26 0 12 11 230 63 121
Binary 10110101 11100111 11010000 10110 0 1010 1001 10011000 110011 1010001

Color Harmonies of #B5E7D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E7D0

Black with #B5E7D0

Text Example


Text Example

White with #B5E7D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E7D0; }

 p { color: rgb(181,231,208); }

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

background-color css

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

 a { background-color: rgb(181,231,208); }

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

border-color css

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

 span { border-color: rgb(181,231,208); }

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