#B9F5FE

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

Shades of Pale Turquoise #B9F5FE

Tints of Pale Turquoise #B9F5FE

Color information

#B9F5FE (or 0xB9F5FE) is unknown color: approx Pale Turquoise. HEX triplet: B9, F5 and FE. RGB value is (185,245,254). Sum of RGB (Red+Green+Blue) = 185+245+254=684 (90% of max value = 765). Red value is 185 (72.66% from 255 or 27.05% from 684); Green value is 245 (96.09% from 255 or 35.82% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9F5FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F5FE is #460A01. Grayscale: #E3E3E3. Windows color (decimal): -4590082 or 16709049. OLE color: 16709049.

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

Color convert

RGB185245254-
CMYK0.270.0400.00
HSL187.83º97.18%86.08%-
HSV(B)187.83º27.17%99.61%-
XYZ70.5582.77106.02-
YUV228.09142.6297.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.05%
GREEN value IS 245 (96.09% from 255) = 35.82%
BLUE value IS 254 (99.61% from 255) = 37.13%
R=27.05%
G=35.82%
B=37.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1852452540.270.0400.00187.8397.1886.08
HexB9F5FE1B400bc6156
Octal27136537633400274141126
Binary10111001111101011111111011011100001011110011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F5FE; }

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

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

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

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

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

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

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

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