#B9FBFC

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

Shades of Pale Turquoise #B9FBFC

Tints of Pale Turquoise #B9FBFC

Color information

#B9FBFC (or 0xB9FBFC) is unknown color: approx Pale Turquoise. HEX triplet: B9, FB and FC. RGB value is (185,251,252). Sum of RGB (Red+Green+Blue) = 185+251+252=688 (91% of max value = 765). Red value is 185 (72.66% from 255 or 26.89% from 688); Green value is 251 (98.44% from 255 or 36.48% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #B9FBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FBFC is #460403. Grayscale: #E7E7E7. Windows color (decimal): -4588548 or 16579513. OLE color: 16579513.

HSL color Cylindrical-coordinate representation of color #B9FBFC: hue angle of 180.9º 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 #B9FBFC is Cyan = 0.27, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB185251252-
CMYK0.270.0000.01
HSL180.9º91.78%85.69%-
HSV(B)180.9º26.59%98.82%-
XYZ72.0886.34104.96-
YUV231.38139.6394.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 26.89%
GREEN value IS 251 (98.44% from 255) = 36.48%
BLUE value IS 252 (98.83% from 255) = 36.63%
R=26.89%
G=36.48%
B=36.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852512520.270.0000.01180.991.7885.69
HexB9FBFC1B001b55c56
Octal27137337433001265134126
Binary101110011111101111111100110110011011010110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FBFC; }

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

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

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

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

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

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

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

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