Html Css Color HEX #B5E8D2 Aero Blue

📋 copy color: '#B5E8D2'

red 181 ◦ green 232 ◦ blue 210

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

Shades of Aero Blue #B5E8D2

Tints of Aero Blue #B5E8D2

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.24%

 BLUE value IS 210 (82.42% from 255) = 33.71%

R = 29.05%
G = 37.24%
B = 33.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#B5E8D2 (or 0xB5E8D2) is known color: Aero Blue. HEX triplet: B5, E8 and D2. RGB value is (181,232,210). Sum of RGB (Red+Green+Blue) = 181+232+210=623 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.05% from 623); Green value is 232 (91.02% from 255 or 37.24% from 623); Blue value is 210 (82.42% from 255 or 33.71% from 623); Max value from RGB is 232 - color contains mainly: green. Hex color #B5E8D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E8D2 is #4A172D. Grayscale: #D6D6D6. Windows color (decimal): -4855598 or 13822133. OLE color: 13822133.

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

Color convert

RGB 181 232 210 -
CMYK 0.22 0 0.09 0.09
HSL 154.12º 0.53% 0.81% -
HSV(B) 154.12º 0.22% 0.91% -
XYZ 59.55 72.19 71.77 -
YUV 214.24 125.6 104.29 -
System Red Green Blue C M Y K H S L
Decimal 181 232 210 0.22 0 0.09 0.09 154.12 0.53 0.81
Hex B5 E8 D2 16 0 9 9 9A 35 51
Octal 265 350 322 26 0 11 11 232 65 121
Binary 10110101 11101000 11010010 10110 0 1001 1001 10011010 110101 1010001

Color Harmonies of #B5E8D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E8D2

Black with #B5E8D2

Text Example


Text Example

White with #B5E8D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E8D2; }

 p { color: rgb(181,232,210); }

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

background-color css

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

 a { background-color: rgb(181,232,210); }

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

border-color css

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

 span { border-color: rgb(181,232,210); }

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