Html Css Color HEX #B8EAD4 Aero Blue

📋 copy color: '#B8EAD4'

red 184 ◦ green 234 ◦ blue 212

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

Shades of Aero Blue #B8EAD4

Tints of Aero Blue #B8EAD4

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.14%

 BLUE value IS 212 (83.2% from 255) = 33.65%

R = 29.21%
G = 37.14%
B = 33.65%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#B8EAD4 (or 0xB8EAD4) is known color: Aero Blue. HEX triplet: B8, EA and D4. RGB value is (184,234,212). Sum of RGB (Red+Green+Blue) = 184+234+212=630 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.21% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 212 (83.20% from 255 or 33.65% from 630); Max value from RGB is 234 - color contains mainly: green. Hex color #B8EAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EAD4 is #47152B. Grayscale: #D8D8D8. Windows color (decimal): -4658476 or 13953720. OLE color: 13953720.

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

Color convert

RGB 184 234 212 -
CMYK 0.21 0 0.09 0.08
HSL 153.6º 0.54% 0.82% -
HSV(B) 153.6º 0.21% 0.92% -
XYZ 61.07 73.79 73.31 -
YUV 216.54 125.44 104.79 -
System Red Green Blue C M Y K H S L
Decimal 184 234 212 0.21 0 0.09 0.08 153.6 0.54 0.82
Hex B8 EA D4 15 0 9 8 9A 36 52
Octal 270 352 324 25 0 11 10 232 66 122
Binary 10111000 11101010 11010100 10101 0 1001 1000 10011010 110110 1010010

Color Harmonies of #B8EAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EAD4

Black with #B8EAD4

Text Example


Text Example

White with #B8EAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EAD4; }

 p { color: rgb(184,234,212); }

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

background-color css

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

 a { background-color: rgb(184,234,212); }

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

border-color css

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

 span { border-color: rgb(184,234,212); }

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