#B9FAFE

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

Shades of Pale Turquoise #B9FAFE

Tints of Pale Turquoise #B9FAFE

Color information

#B9FAFE (or 0xB9FAFE) is unknown color: approx Pale Turquoise. HEX triplet: B9, FA and FE. RGB value is (185,250,254). Sum of RGB (Red+Green+Blue) = 185+250+254=689 (91% of max value = 765). Red value is 185 (72.66% from 255 or 26.85% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9FAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FAFE is #460501. Grayscale: #E6E6E6. Windows color (decimal): -4588802 or 16710329. OLE color: 16710329.

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

Color convert

RGB185250254-
CMYK0.270.0200.00
HSL183.48º97.18%86.08%-
HSV(B)183.48º27.17%99.61%-
XYZ72.0885.84106.54-
YUV231.02140.9795.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 26.85%
GREEN value IS 250 (98.05% from 255) = 36.28%
BLUE value IS 254 (99.61% from 255) = 36.87%
R=26.85%
G=36.28%
B=36.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1852502540.270.0200.00183.4897.1886.08
HexB9FAFE1B200b76156
Octal27137237633200267141126
Binary1011100111111010111111101101110001011011111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FAFE; }

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

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

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

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

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

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

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

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