Html Css Color HEX #B8EACF Aero Blue

📋 copy color: '#B8EACF'

red 184 ◦ green 234 ◦ blue 207

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

Shades of Aero Blue #B8EACF

Tints of Aero Blue #B8EACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.12%

R = 29.44%
G = 37.44%
B = 33.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#B8EACF (or 0xB8EACF) is known color: Aero Blue. HEX triplet: B8, EA and CF. RGB value is (184,234,207). Sum of RGB (Red+Green+Blue) = 184+234+207=625 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.44% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 234 - color contains mainly: green. Hex color #B8EACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EACF is #471530. Grayscale: #D8D8D8. Windows color (decimal): -4658481 or 13626040. OLE color: 13626040.

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

Color convert

RGB 184 234 207 -
CMYK 0.21 0 0.12 0.08
HSL 147.6º 0.54% 0.82% -
HSV(B) 147.6º 0.21% 0.92% -
XYZ 60.45 73.54 70.04 -
YUV 215.97 122.94 105.2 -
System Red Green Blue C M Y K H S L
Decimal 184 234 207 0.21 0 0.12 0.08 147.6 0.54 0.82
Hex B8 EA CF 15 0 C 8 94 36 52
Octal 270 352 317 25 0 14 10 224 66 122
Binary 10111000 11101010 11001111 10101 0 1100 1000 10010100 110110 1010010

Color Harmonies of #B8EACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EACF

Black with #B8EACF

Text Example


Text Example

White with #B8EACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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