#B8F8FB

Color #B8F8FB Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #B8F8FB

Tints of Pale Turquoise #B8F8FB

Color information

#B8F8FB (or 0xB8F8FB) is unknown color: approx Pale Turquoise. HEX triplet: B8, F8 and FB. RGB value is (184,248,251). Sum of RGB (Red+Green+Blue) = 184+248+251=683 (90% of max value = 765). Red value is 184 (72.27% from 255 or 26.94% from 683); Green value is 248 (97.27% from 255 or 36.31% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 251 - color contains mainly: blue. Hex color #B8F8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F8FB is #470704. Grayscale: #E5E5E5. Windows color (decimal): -4654853 or 16513208. OLE color: 16513208.

HSL color Cylindrical-coordinate representation of color #B8F8FB: hue angle of 182.69º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8F8FB is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB184248251-
CMYK0.270.0100.02
HSL182.69º89.33%85.29%-
HSV(B)182.69º26.69%98.43%-
XYZ70.7584.29103.81-
YUV229.21140.395.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 26.94%
GREEN value IS 248 (97.27% from 255) = 36.31%
BLUE value IS 251 (98.44% from 255) = 36.75%
R=26.94%
G=36.31%
B=36.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842482510.270.0100.02182.6989.3385.29
HexB8F8FB1B102b75955
Octal27037037333102267131125
Binary1011100011111000111110111101110101011011110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F8FB; }

 p { color: rgb(184,248,251); }

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

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

 a { background-color: rgb(184,248,251); }

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

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

 span { border-color: rgb(184,248,251); }

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