Html Css Color HEX #B8E9D0 Aero Blue

📋 copy color: '#B8E9D0'

red 184 ◦ green 233 ◦ blue 208

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

Shades of Aero Blue #B8E9D0

Tints of Aero Blue #B8E9D0

RGB

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

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

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

R = 29.44%
G = 37.28%
B = 33.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#B8E9D0 (or 0xB8E9D0) is known color: Aero Blue. HEX triplet: B8, E9 and D0. RGB value is (184,233,208). Sum of RGB (Red+Green+Blue) = 184+233+208=625 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.44% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 233 - color contains mainly: green. Hex color #B8E9D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8E9D0 is #47162F. Grayscale: #D7D7D7. Windows color (decimal): -4658736 or 13691320. OLE color: 13691320.

HSL color Cylindrical-coordinate representation of color #B8E9D0: hue angle of 149.39º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8E9D0 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 184 233 208 -
CMYK 0.21 0 0.11 0.09
HSL 149.39º 0.53% 0.82% -
HSV(B) 149.39º 0.21% 0.91% -
XYZ 60.29 73.02 70.59 -
YUV 215.5 123.77 105.53 -
System Red Green Blue C M Y K H S L
Decimal 184 233 208 0.21 0 0.11 0.09 149.39 0.53 0.82
Hex B8 E9 D0 15 0 B 9 95 35 52
Octal 270 351 320 25 0 13 11 225 65 122
Binary 10111000 11101001 11010000 10101 0 1011 1001 10010101 110101 1010010

Color Harmonies of #B8E9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8E9D0

Black with #B8E9D0

Text Example


Text Example

White with #B8E9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8E9D0; }

 p { color: rgb(184,233,208); }

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

background-color css

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

 a { background-color: rgb(184,233,208); }

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

border-color css

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

 span { border-color: rgb(184,233,208); }

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