#B9FBFE

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

Shades of Pale Turquoise #B9FBFE

Tints of Pale Turquoise #B9FBFE

Color information

#B9FBFE (or 0xB9FBFE) is unknown color: approx Pale Turquoise. HEX triplet: B9, FB and FE. RGB value is (185,251,254). Sum of RGB (Red+Green+Blue) = 185+251+254=690 (91% of max value = 765). Red value is 185 (72.66% from 255 or 26.81% from 690); Green value is 251 (98.44% from 255 or 36.38% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9FBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FBFE is #460401. Grayscale: #E7E7E7. Windows color (decimal): -4588546 or 16710585. OLE color: 16710585.

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

Color convert

RGB185251254-
CMYK0.270.0100.00
HSL182.61º97.18%86.08%-
HSV(B)182.61º27.17%99.61%-
XYZ72.3986.46106.64-
YUV231.61140.6394.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 26.81%
GREEN value IS 251 (98.44% from 255) = 36.38%
BLUE value IS 254 (99.61% from 255) = 36.81%
R=26.81%
G=36.38%
B=36.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1852512540.270.0100.00182.6197.1886.08
HexB9FBFE1B100b76156
Octal27137337633100267141126
Binary101110011111101111111110110111001011011111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FBFE; }

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

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

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

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

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

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

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

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