#B9FCF8

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

Shades of Pale Turquoise #B9FCF8

Tints of Pale Turquoise #B9FCF8

Color information

#B9FCF8 (or 0xB9FCF8) is unknown color: approx Pale Turquoise. HEX triplet: B9, FC and F8. RGB value is (185,252,248). Sum of RGB (Red+Green+Blue) = 185+252+248=685 (90% of max value = 765). Red value is 185 (72.66% from 255 or 27.01% from 685); Green value is 252 (98.83% from 255 or 36.79% from 685); Blue value is 248 (97.27% from 255 or 36.20% from 685); Max value from RGB is 252 - color contains mainly: green. Hex color #B9FCF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FCF8 is #460307. Grayscale: #E7E7E7. Windows color (decimal): -4588296 or 16317625. OLE color: 16317625.

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

Color convert

RGB185252248-
CMYK0.2700.020.01
HSL176.42º91.78%85.69%-
HSV(B)176.42º26.59%98.82%-
XYZ71.7686.71101.76-
YUV231.51137.394.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.01%
GREEN value IS 252 (98.83% from 255) = 36.79%
BLUE value IS 248 (97.27% from 255) = 36.20%
R=27.01%
G=36.79%
B=36.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852522480.2700.020.01176.4291.7885.69
HexB9FCF81B021b05c56
Octal27137437033021260134126
Binary1011100111111100111110001101101011011000010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FCF8; }

 p { color: rgb(185,252,248); }

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

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

 a { background-color: rgb(185,252,248); }

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

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

 span { border-color: rgb(185,252,248); }

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