#B9F7FE

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

Shades of Pale Turquoise #B9F7FE

Tints of Pale Turquoise #B9F7FE

Color information

#B9F7FE (or 0xB9F7FE) is unknown color: approx Pale Turquoise. HEX triplet: B9, F7 and FE. RGB value is (185,247,254). Sum of RGB (Red+Green+Blue) = 185+247+254=686 (90% of max value = 765). Red value is 185 (72.66% from 255 or 26.97% from 686); Green value is 247 (96.88% from 255 or 36.01% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9F7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F7FE is #460801. Grayscale: #E5E5E5. Windows color (decimal): -4589570 or 16709561. OLE color: 16709561.

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

Color convert

RGB185247254-
CMYK0.270.0300.00
HSL186.09º97.18%86.08%-
HSV(B)186.09º27.17%99.61%-
XYZ71.1683.99106.23-
YUV229.26141.9696.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 26.97%
GREEN value IS 247 (96.88% from 255) = 36.01%
BLUE value IS 254 (99.61% from 255) = 37.03%
R=26.97%
G=36.01%
B=37.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1852472540.270.0300.00186.0997.1886.08
HexB9F7FE1B300ba6156
Octal27136737633300272141126
Binary1011100111110111111111101101111001011101011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F7FE; }

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

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

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

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

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

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

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

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