Html Css Color HEX #B8F1D7 Aero Blue

📋 copy color: '#B8F1D7'

red 184 ◦ green 241 ◦ blue 215

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

Shades of Aero Blue #B8F1D7

Tints of Aero Blue #B8F1D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.59%

R = 28.75%
G = 37.66%
B = 33.59%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#B8F1D7 (or 0xB8F1D7) is known color: Aero Blue. HEX triplet: B8, F1 and D7. RGB value is (184,241,215). Sum of RGB (Red+Green+Blue) = 184+241+215=640 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.75% from 640); Green value is 241 (94.53% from 255 or 37.66% from 640); Blue value is 215 (84.38% from 255 or 33.59% from 640); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F1D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F1D7 is #470E28. Grayscale: #DDDDDD. Windows color (decimal): -4656681 or 14152120. OLE color: 14152120.

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

Color convert

RGB 184 241 215 -
CMYK 0.24 0 0.11 0.05
HSL 152.63º 0.67% 0.83% -
HSV(B) 152.63º 0.24% 0.95% -
XYZ 63.49 78.01 76 -
YUV 220.99 124.62 101.61 -
System Red Green Blue C M Y K H S L
Decimal 184 241 215 0.24 0 0.11 0.05 152.63 0.67 0.83
Hex B8 F1 D7 18 0 B 5 99 43 53
Octal 270 361 327 30 0 13 5 231 103 123
Binary 10111000 11110001 11010111 11000 0 1011 101 10011001 1000011 1010011

Color Harmonies of #B8F1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8F1D7

Black with #B8F1D7

Text Example


Text Example

White with #B8F1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8F1D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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