#B8F2CF

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

Shades of Aero Blue #B8F2CF

Tints of Aero Blue #B8F2CF

Color information

#B8F2CF (or 0xB8F2CF) is unknown color: approx Aero Blue. HEX triplet: B8, F2 and CF. RGB value is (184,242,207). Sum of RGB (Red+Green+Blue) = 184+242+207=633 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.07% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F2CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F2CF is #470D30. Grayscale: #DCDCDC. Windows color (decimal): -4656433 or 13628088. OLE color: 13628088.

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

Color convert

RGB184242207-
CMYK0.2400.140.05
HSL143.79º69.05%83.53%-
HSV(B)143.79º23.97%94.9%-
XYZ62.7878.270.82-
YUV220.67120.28101.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.07%
GREEN value IS 242 (94.92% from 255) = 38.23%
BLUE value IS 207 (81.25% from 255) = 32.70%
R=29.07%
G=38.23%
B=32.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1842422070.2400.140.05143.7969.0583.53
HexB8F2CF180E5904554
Octal270362317300165220105124
Binary10111000111100101100111111000011101011001000010001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F2CF; }

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

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

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

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

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

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

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

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