Html Css Color HEX #B8F2D9 Aero Blue

📋 copy color: '#B8F2D9'

red 184 ◦ green 242 ◦ blue 217

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

Shades of Aero Blue #B8F2D9

Tints of Aero Blue #B8F2D9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.64%

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

R = 28.62%
G = 37.64%
B = 33.75%

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

#B8F2D9 (or 0xB8F2D9) is known color: Aero Blue. HEX triplet: B8, F2 and D9. RGB value is (184,242,217). Sum of RGB (Red+Green+Blue) = 184+242+217=643 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.62% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 217 (85.16% from 255 or 33.75% from 643); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F2D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F2D9 is #470D26. Grayscale: #DDDDDD. Windows color (decimal): -4656423 or 14283448. OLE color: 14283448.

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

Color convert

RGB 184 242 217 -
CMYK 0.24 0 0.10 0.05
HSL 154.14º 0.69% 0.84% -
HSV(B) 154.14º 0.24% 0.95% -
XYZ 64.04 78.7 77.46 -
YUV 221.81 125.28 101.03 -
System Red Green Blue C M Y K H S L
Decimal 184 242 217 0.24 0 0.10 0.05 154.14 0.69 0.84
Hex B8 F2 D9 18 0 A 5 9A 45 54
Octal 270 362 331 30 0 12 5 232 105 124
Binary 10111000 11110010 11011001 11000 0 1010 101 10011010 1000101 1010100

Color Harmonies of #B8F2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8F2D9

Black with #B8F2D9

Text Example


Text Example

White with #B8F2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8F2D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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