Html Css Color HEX #B8E6D1 Aero Blue

📋 copy color: '#B8E6D1'

red 184 ◦ green 230 ◦ blue 209

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

Shades of Aero Blue #B8E6D1

Tints of Aero Blue #B8E6D1

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.92%

 BLUE value IS 209 (82.03% from 255) = 33.55%

R = 29.53%
G = 36.92%
B = 33.55%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#B8E6D1 (or 0xB8E6D1) is known color: Aero Blue. HEX triplet: B8, E6 and D1. RGB value is (184,230,209). Sum of RGB (Red+Green+Blue) = 184+230+209=623 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.53% from 623); Green value is 230 (90.23% from 255 or 36.92% from 623); Blue value is 209 (82.03% from 255 or 33.55% from 623); Max value from RGB is 230 - color contains mainly: green. Hex color #B8E6D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8E6D1 is #47192E. Grayscale: #D5D5D5. Windows color (decimal): -4659503 or 13756088. OLE color: 13756088.

HSL color Cylindrical-coordinate representation of color #B8E6D1: hue angle of 152.61º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8E6D1 is Cyan = 0.2, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB 184 230 209 -
CMYK 0.2 0 0.09 0.10
HSL 152.61º 0.48% 0.81% -
HSV(B) 152.61º 0.2% 0.9% -
XYZ 59.57 71.39 70.96 -
YUV 213.85 125.26 106.71 -
System Red Green Blue C M Y K H S L
Decimal 184 230 209 0.2 0 0.09 0.10 152.61 0.48 0.81
Hex B8 E6 D1 14 0 9 A 99 30 51
Octal 270 346 321 24 0 11 12 231 60 121
Binary 10111000 11100110 11010001 10100 0 1001 1010 10011001 110000 1010001

Color Harmonies of #B8E6D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8E6D1

Black with #B8E6D1

Text Example


Text Example

White with #B8E6D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8E6D1; }

 p { color: rgb(184,230,209); }

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

background-color css

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

 a { background-color: rgb(184,230,209); }

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

border-color css

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

 span { border-color: rgb(184,230,209); }

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