Html Css Color HEX #B8ECD4 Aero Blue

📋 copy color: '#B8ECD4'

red 184 ◦ green 236 ◦ blue 212

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

Shades of Aero Blue #B8ECD4

Tints of Aero Blue #B8ECD4

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.34%

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

R = 29.11%
G = 37.34%
B = 33.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#B8ECD4 (or 0xB8ECD4) is known color: Aero Blue. HEX triplet: B8, EC and D4. RGB value is (184,236,212). Sum of RGB (Red+Green+Blue) = 184+236+212=632 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.11% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 212 (83.20% from 255 or 33.54% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #B8ECD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8ECD4 is #47132B. Grayscale: #D9D9D9. Windows color (decimal): -4657964 or 13954232. OLE color: 13954232.

HSL color Cylindrical-coordinate representation of color #B8ECD4: hue angle of 152.31º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8ECD4 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 236 212 -
CMYK 0.22 0 0.10 0.07
HSL 152.31º 0.58% 0.82% -
HSV(B) 152.31º 0.22% 0.93% -
XYZ 61.65 74.93 73.5 -
YUV 217.72 124.77 103.95 -
System Red Green Blue C M Y K H S L
Decimal 184 236 212 0.22 0 0.10 0.07 152.31 0.58 0.82
Hex B8 EC D4 16 0 A 7 98 3A 52
Octal 270 354 324 26 0 12 7 230 72 122
Binary 10111000 11101100 11010100 10110 0 1010 111 10011000 111010 1010010

Color Harmonies of #B8ECD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ECD4

Black with #B8ECD4

Text Example


Text Example

White with #B8ECD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ECD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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