Shades of Pale Turquoise #B9F9FD
Tints of Pale Turquoise #B9F9FD
RGB
CMYK
RGB Variations
Color information
#B9F9FD (or 0xB9F9FD) is known color: Pale Turquoise. HEX triplet: B9, F9 and FD. RGB value is (185,249,253). Sum of RGB (Red+Green+Blue) = 185+249+253=687 (90% of max value = 765). Red value is 185 (72.66% from 255 or 26.93% from 687); Green value is 249 (97.66% from 255 or 36.24% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9F9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F9FD is #460602. Grayscale: #E6E6E6. Windows color (decimal): -4589059 or 16644537. OLE color: 16644537.
HSL color Cylindrical-coordinate representation of color #B9F9FD: hue angle of 183.53º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9F9FD is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 185 | 249 | 253 | - |
CMYK | 0.27 | 0.02 | 0 | 0.01 |
HSL | 183.53º | 0.94% | 0.86% | - |
HSV(B) | 183.53º | 0.27% | 0.99% | - |
XYZ | 71.61 | 85.16 | 105.59 | - |
YUV | 230.32 | 140.8 | 95.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 249 | 253 | 0.27 | 0.02 | 0 | 0.01 | 183.53 | 0.94 | 0.86 |
Hex | B9 | F9 | FD | 1B | 2 | 0 | 1 | B8 | 5E | 56 |
Octal | 271 | 371 | 375 | 33 | 2 | 0 | 1 | 270 | 136 | 126 |
Binary | 10111001 | 11111001 | 11111101 | 11011 | 10 | 0 | 1 | 10111000 | 1011110 | 1010110 |
Color Harmonies of #B9F9FD
Complementary color
Monochromatic Colors of #B9F9FD
Black with #B9F9FD
Text Example
Text Example
White with #B9F9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F9FD; }
p { color: rgb(185,249,253); }
H1.HeaderClassName
{
color: #B9F9FD;
}
.AnyTagClassName
{
color: #B9F9FD;
}
</style>
background-color css
<style>
a { background-color: #B9F9FD; }
a { background-color: rgb(185,249,253); }
div.DivClassName
{
background-color: #B9F9FD;
}
.BgClassName
{
background-color: #B9F9FD;
}
</style>
border-color css
<style>
span { border-color: #B9F9FD; }
span { border-color: rgb(185,249,253); }
td.TdClassName
{
border-color: #B9F9FD;
}
.TagClassName
{
border-color: #B9F9FD;
}
</style>