Html Css Color HEX #B8EACC Aero Blue

📋 copy color: '#B8EACC'

red 184 ◦ green 234 ◦ blue 204

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

Shades of Aero Blue #B8EACC

Tints of Aero Blue #B8EACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.8%

R = 29.58%
G = 37.62%
B = 32.8%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#B8EACC (or 0xB8EACC) is known color: Aero Blue. HEX triplet: B8, EA and CC. RGB value is (184,234,204). Sum of RGB (Red+Green+Blue) = 184+234+204=622 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.58% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 234 - color contains mainly: green. Hex color #B8EACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EACC is #471533. Grayscale: #D7D7D7. Windows color (decimal): -4658484 or 13429432. OLE color: 13429432.

HSL color Cylindrical-coordinate representation of color #B8EACC: hue angle of 144º 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 #B8EACC is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 234 204 -
CMYK 0.21 0 0.13 0.08
HSL 144º 0.54% 0.82% -
HSV(B) 144º 0.21% 0.92% -
XYZ 60.09 73.4 68.13 -
YUV 215.63 121.44 105.44 -
System Red Green Blue C M Y K H S L
Decimal 184 234 204 0.21 0 0.13 0.08 144 0.54 0.82
Hex B8 EA CC 15 0 D 8 90 36 52
Octal 270 352 314 25 0 15 10 220 66 122
Binary 10111000 11101010 11001100 10101 0 1101 1000 10010000 110110 1010010

Color Harmonies of #B8EACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EACC

Black with #B8EACC

Text Example


Text Example

White with #B8EACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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