Html Css Color HEX #B8F1D9 Aero Blue

📋 copy color: '#B8F1D9'

red 184 ◦ green 241 ◦ blue 217

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

Shades of Aero Blue #B8F1D9

Tints of Aero Blue #B8F1D9

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.54%

 BLUE value IS 217 (85.16% from 255) = 33.8%

R = 28.66%
G = 37.54%
B = 33.8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#B8F1D9 (or 0xB8F1D9) is known color: Aero Blue. HEX triplet: B8, F1 and D9. RGB value is (184,241,217). Sum of RGB (Red+Green+Blue) = 184+241+217=642 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.66% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F1D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F1D9 is #470E26. Grayscale: #DDDDDD. Windows color (decimal): -4656679 or 14283192. OLE color: 14283192.

HSL color Cylindrical-coordinate representation of color #B8F1D9: hue angle of 154.74º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8F1D9 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 184 241 217 -
CMYK 0.24 0 0.10 0.05
HSL 154.74º 0.67% 0.83% -
HSV(B) 154.74º 0.24% 0.95% -
XYZ 63.75 78.11 77.36 -
YUV 221.22 125.62 101.45 -
System Red Green Blue C M Y K H S L
Decimal 184 241 217 0.24 0 0.10 0.05 154.74 0.67 0.83
Hex B8 F1 D9 18 0 A 5 9B 43 53
Octal 270 361 331 30 0 12 5 233 103 123
Binary 10111000 11110001 11011001 11000 0 1010 101 10011011 1000011 1010011

Color Harmonies of #B8F1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8F1D9

Black with #B8F1D9

Text Example


Text Example

White with #B8F1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8F1D9; }

 p { color: rgb(184,241,217); }

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

background-color css

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

 a { background-color: rgb(184,241,217); }

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

border-color css

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

 span { border-color: rgb(184,241,217); }

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