Html Css Color HEX #B8ECD2 Aero Blue

📋 copy color: '#B8ECD2'

red 184 ◦ green 236 ◦ blue 210

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

Shades of Aero Blue #B8ECD2

Tints of Aero Blue #B8ECD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.33%

R = 29.21%
G = 37.46%
B = 33.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#B8ECD2 (or 0xB8ECD2) is known color: Aero Blue. HEX triplet: B8, EC and D2. RGB value is (184,236,210). Sum of RGB (Red+Green+Blue) = 184+236+210=630 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.21% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 210 (82.42% from 255 or 33.33% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #B8ECD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8ECD2 is #47132D. Grayscale: #D9D9D9. Windows color (decimal): -4657966 or 13823160. OLE color: 13823160.

HSL color Cylindrical-coordinate representation of color #B8ECD2: hue angle of 150º 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 #B8ECD2 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 236 210 -
CMYK 0.22 0 0.11 0.07
HSL 150º 0.58% 0.82% -
HSV(B) 150º 0.22% 0.93% -
XYZ 61.4 74.83 72.18 -
YUV 217.49 123.77 104.11 -
System Red Green Blue C M Y K H S L
Decimal 184 236 210 0.22 0 0.11 0.07 150 0.58 0.82
Hex B8 EC D2 16 0 B 7 96 3A 52
Octal 270 354 322 26 0 13 7 226 72 122
Binary 10111000 11101100 11010010 10110 0 1011 111 10010110 111010 1010010

Color Harmonies of #B8ECD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ECD2

Black with #B8ECD2

Text Example


Text Example

White with #B8ECD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ECD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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