Html Css Color HEX #B8E1C9 Aero Blue

📋 copy color: '#B8E1C9'

red 184 ◦ green 225 ◦ blue 201

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

Shades of Aero Blue #B8E1C9

Tints of Aero Blue #B8E1C9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.89%

 BLUE value IS 201 (78.91% from 255) = 32.95%

R = 30.16%
G = 36.89%
B = 32.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#B8E1C9 (or 0xB8E1C9) is known color: Aero Blue. HEX triplet: B8, E1 and C9. RGB value is (184,225,201). Sum of RGB (Red+Green+Blue) = 184+225+201=610 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.16% from 610); Green value is 225 (88.28% from 255 or 36.89% from 610); Blue value is 201 (78.91% from 255 or 32.95% from 610); Max value from RGB is 225 - color contains mainly: green. Hex color #B8E1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8E1C9 is #471E36. Grayscale: #D2D2D2. Windows color (decimal): -4660791 or 13230520. OLE color: 13230520.

HSL color Cylindrical-coordinate representation of color #B8E1C9: hue angle of 144.88º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B8E1C9 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 184 225 201 -
CMYK 0.18 0 0.11 0.12
HSL 144.88º 0.41% 0.8% -
HSV(B) 144.88º 0.18% 0.88% -
XYZ 57.23 68.26 65.42 -
YUV 210.01 122.92 109.45 -
System Red Green Blue C M Y K H S L
Decimal 184 225 201 0.18 0 0.11 0.12 144.88 0.41 0.8
Hex B8 E1 C9 12 0 B C 91 29 50
Octal 270 341 311 22 0 13 14 221 51 120
Binary 10111000 11100001 11001001 10010 0 1011 1100 10010001 101001 1010000

Color Harmonies of #B8E1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8E1C9

Black with #B8E1C9

Text Example


Text Example

White with #B8E1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8E1C9; }

 p { color: rgb(184,225,201); }

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

background-color css

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

 a { background-color: rgb(184,225,201); }

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

border-color css

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

 span { border-color: rgb(184,225,201); }

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