Shades of Pale Turquoise #B9F1F9
Tints of Pale Turquoise #B9F1F9
RGB
CMYK
RGB Variations
Color information
#B9F1F9 (or 0xB9F1F9) is known color: Pale Turquoise. HEX triplet: B9, F1 and F9. RGB value is (185,241,249). Sum of RGB (Red+Green+Blue) = 185+241+249=675 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.41% from 675); Green value is 241 (94.53% from 255 or 35.70% from 675); Blue value is 249 (97.66% from 255 or 36.89% from 675); Max value from RGB is 249 - color contains mainly: blue. Hex color #B9F1F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F1F9 is #460E06. Grayscale: #E1E1E1. Windows color (decimal): -4591111 or 16380345. OLE color: 16380345.
HSL color Cylindrical-coordinate representation of color #B9F1F9: hue angle of 187.5º 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 #B9F1F9 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 185 | 241 | 249 | - |
CMYK | 0.26 | 0.03 | 0 | 0.02 |
HSL | 187.5º | 0.84% | 0.85% | - |
HSV(B) | 187.5º | 0.26% | 0.98% | - |
XYZ | 68.56 | 80.06 | 101.46 | - |
YUV | 225.17 | 141.45 | 99.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 241 | 249 | 0.26 | 0.03 | 0 | 0.02 | 187.5 | 0.84 | 0.85 |
Hex | B9 | F1 | F9 | 1A | 3 | 0 | 2 | BC | 54 | 55 |
Octal | 271 | 361 | 371 | 32 | 3 | 0 | 2 | 274 | 124 | 125 |
Binary | 10111001 | 11110001 | 11111001 | 11010 | 11 | 0 | 10 | 10111100 | 1010100 | 1010101 |
Color Harmonies of #B9F1F9
Complementary color
Monochromatic Colors of #B9F1F9
Black with #B9F1F9
Text Example
Text Example
White with #B9F1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F1F9; }
p { color: rgb(185,241,249); }
H1.HeaderClassName
{
color: #B9F1F9;
}
.AnyTagClassName
{
color: #B9F1F9;
}
</style>
background-color css
<style>
a { background-color: #B9F1F9; }
a { background-color: rgb(185,241,249); }
div.DivClassName
{
background-color: #B9F1F9;
}
.BgClassName
{
background-color: #B9F1F9;
}
</style>
border-color css
<style>
span { border-color: #B9F1F9; }
span { border-color: rgb(185,241,249); }
td.TdClassName
{
border-color: #B9F1F9;
}
.TagClassName
{
border-color: #B9F1F9;
}
</style>