Shades of Pale Turquoise #B9F8F9
Tints of Pale Turquoise #B9F8F9
RGB
CMYK
RGB Variations
Color information
#B9F8F9 (or 0xB9F8F9) is known color: Pale Turquoise. HEX triplet: B9, F8 and F9. RGB value is (185,248,249). Sum of RGB (Red+Green+Blue) = 185+248+249=682 (90% of max value = 765). Red value is 185 (72.66% from 255 or 27.13% from 682); Green value is 248 (97.27% from 255 or 36.36% from 682); Blue value is 249 (97.66% from 255 or 36.51% from 682); Max value from RGB is 249 - color contains mainly: blue. Hex color #B9F8F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F8F9 is #460706. Grayscale: #E5E5E5. Windows color (decimal): -4589319 or 16382137. OLE color: 16382137.
HSL color Cylindrical-coordinate representation of color #B9F8F9: hue angle of 180.94º degrees, saturation: 0.84, 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 #B9F8F9 is Cyan = 0.26, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 185 | 248 | 249 | - |
CMYK | 0.26 | 0.00 | 0 | 0.02 |
HSL | 180.94º | 0.84% | 0.85% | - |
HSV(B) | 180.94º | 0.26% | 0.98% | - |
XYZ | 70.67 | 84.29 | 102.17 | - |
YUV | 229.28 | 139.13 | 96.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 248 | 249 | 0.26 | 0.00 | 0 | 0.02 | 180.94 | 0.84 | 0.85 |
Hex | B9 | F8 | F9 | 1A | 0 | 0 | 2 | B5 | 54 | 55 |
Octal | 271 | 370 | 371 | 32 | 0 | 0 | 2 | 265 | 124 | 125 |
Binary | 10111001 | 11111000 | 11111001 | 11010 | 0 | 0 | 10 | 10110101 | 1010100 | 1010101 |
Color Harmonies of #B9F8F9
Complementary color
Monochromatic Colors of #B9F8F9
Black with #B9F8F9
Text Example
Text Example
White with #B9F8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F8F9; }
p { color: rgb(185,248,249); }
H1.HeaderClassName
{
color: #B9F8F9;
}
.AnyTagClassName
{
color: #B9F8F9;
}
</style>
background-color css
<style>
a { background-color: #B9F8F9; }
a { background-color: rgb(185,248,249); }
div.DivClassName
{
background-color: #B9F8F9;
}
.BgClassName
{
background-color: #B9F8F9;
}
</style>
border-color css
<style>
span { border-color: #B9F8F9; }
span { border-color: rgb(185,248,249); }
td.TdClassName
{
border-color: #B9F8F9;
}
.TagClassName
{
border-color: #B9F8F9;
}
</style>