#B8F5CF

Color #B8F5CF Aero Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aero Blue #B8F5CF

Tints of Aero Blue #B8F5CF

Color information

#B8F5CF (or 0xB8F5CF) is unknown color: approx Aero Blue. HEX triplet: B8, F5 and CF. RGB value is (184,245,207). Sum of RGB (Red+Green+Blue) = 184+245+207=636 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.93% from 636); Green value is 245 (96.09% from 255 or 38.52% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 245 - color contains mainly: green. Hex color #B8F5CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F5CF is #470A30. Grayscale: #DEDEDE. Windows color (decimal): -4655665 or 13628856. OLE color: 13628856.

HSL color Cylindrical-coordinate representation of color #B8F5CF: hue angle of 142.62º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8F5CF is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB184245207-
CMYK0.2500.160.04
HSL142.62º75.31%84.12%-
HSV(B)142.62º24.9%96.08%-
XYZ63.688071.12-
YUV222.43119.29100.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.93%
GREEN value IS 245 (96.09% from 255) = 38.52%
BLUE value IS 207 (81.25% from 255) = 32.55%
R=28.93%
G=38.52%
B=32.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1842452070.2500.160.04142.6275.3184.12
HexB8F5CF1901048f4b54
Octal270365317310204217113124
Binary101110001111010111001111110010100001001000111110010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F5CF; }

 p { color: rgb(184,245,207); }

 H1.HeaderClassName
 {
   color: #B8F5CF;
 }
 .AnyTagClassName
 {
   color: #B8F5CF;
 }
</style>
background-color css

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

 a { background-color: rgb(184,245,207); }

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

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

 span { border-color: rgb(184,245,207); }

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