Html Css Color HEX #B8EBD1 Aero Blue

📋 copy color: '#B8EBD1'

red 184 ◦ green 235 ◦ blue 209

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

Shades of Aero Blue #B8EBD1

Tints of Aero Blue #B8EBD1

RGB

 RED value IS 184 (72.27% from 255) = 29.3%

 GREEN value IS 235 (92.19% from 255) = 37.42%

 BLUE value IS 209 (82.03% from 255) = 33.28%

R = 29.3%
G = 37.42%
B = 33.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#B8EBD1 (or 0xB8EBD1) is known color: Aero Blue. HEX triplet: B8, EB and D1. RGB value is (184,235,209). Sum of RGB (Red+Green+Blue) = 184+235+209=628 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.30% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 209 (82.03% from 255 or 33.28% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #B8EBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EBD1 is #47142E. Grayscale: #D8D8D8. Windows color (decimal): -4658223 or 13757368. OLE color: 13757368.

HSL color Cylindrical-coordinate representation of color #B8EBD1: hue angle of 149.41º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8EBD1 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 235 209 -
CMYK 0.22 0 0.11 0.08
HSL 149.41º 0.56% 0.82% -
HSV(B) 149.41º 0.22% 0.92% -
XYZ 60.98 74.21 71.43 -
YUV 216.79 123.6 104.61 -
System Red Green Blue C M Y K H S L
Decimal 184 235 209 0.22 0 0.11 0.08 149.41 0.56 0.82
Hex B8 EB D1 16 0 B 8 95 38 52
Octal 270 353 321 26 0 13 10 225 70 122
Binary 10111000 11101011 11010001 10110 0 1011 1000 10010101 111000 1010010

Color Harmonies of #B8EBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EBD1

Black with #B8EBD1

Text Example


Text Example

White with #B8EBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EBD1; }

 p { color: rgb(184,235,209); }

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

background-color css

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

 a { background-color: rgb(184,235,209); }

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

border-color css

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

 span { border-color: rgb(184,235,209); }

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