#B9FBFA

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

Shades of Pale Turquoise #B9FBFA

Tints of Pale Turquoise #B9FBFA

Color information

#B9FBFA (or 0xB9FBFA) is unknown color: approx Pale Turquoise. HEX triplet: B9, FB and FA. RGB value is (185,251,250). Sum of RGB (Red+Green+Blue) = 185+251+250=686 (90% of max value = 765). Red value is 185 (72.66% from 255 or 26.97% from 686); Green value is 251 (98.44% from 255 or 36.59% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FBFA is #460405. Grayscale: #E7E7E7. Windows color (decimal): -4588550 or 16448441. OLE color: 16448441.

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

Color convert

RGB185251250-
CMYK0.2600.000.02
HSL179.09º89.19%85.49%-
HSV(B)179.09º26.29%98.43%-
XYZ71.7686.21103.3-
YUV231.15138.6395.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 26.97%
GREEN value IS 251 (98.44% from 255) = 36.59%
BLUE value IS 250 (98.05% from 255) = 36.44%
R=26.97%
G=36.59%
B=36.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852512500.2600.000.02179.0989.1985.49
HexB9FBFA1A002b35955
Octal27137337232002263131125
Binary1011100111111011111110101101000101011001110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FBFA; }

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

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

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

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

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

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

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

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