Shades of Pale Turquoise #B9F2FC
Tints of Pale Turquoise #B9F2FC
RGB
CMYK
RGB Variations
Color information
#B9F2FC (or 0xB9F2FC) is known color: Pale Turquoise. HEX triplet: B9, F2 and FC. RGB value is (185,242,252). Sum of RGB (Red+Green+Blue) = 185+242+252=679 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.25% from 679); Green value is 242 (94.92% from 255 or 35.64% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #B9F2FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F2FC is #460D03. Grayscale: #E2E2E2. Windows color (decimal): -4590852 or 16577209. OLE color: 16577209.
HSL color Cylindrical-coordinate representation of color #B9F2FC: hue angle of 188.96º degrees, saturation: 0.92, 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 #B9F2FC is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 185 | 242 | 252 | - |
CMYK | 0.27 | 0.04 | 0 | 0.01 |
HSL | 188.96º | 0.92% | 0.86% | - |
HSV(B) | 188.96º | 0.27% | 0.99% | - |
XYZ | 69.33 | 80.85 | 104.05 | - |
YUV | 226.1 | 142.62 | 98.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 242 | 252 | 0.27 | 0.04 | 0 | 0.01 | 188.96 | 0.92 | 0.86 |
Hex | B9 | F2 | FC | 1B | 4 | 0 | 1 | BD | 5C | 56 |
Octal | 271 | 362 | 374 | 33 | 4 | 0 | 1 | 275 | 134 | 126 |
Binary | 10111001 | 11110010 | 11111100 | 11011 | 100 | 0 | 1 | 10111101 | 1011100 | 1010110 |
Color Harmonies of #B9F2FC
Complementary color
Monochromatic Colors of #B9F2FC
Black with #B9F2FC
Text Example
Text Example
White with #B9F2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F2FC; }
p { color: rgb(185,242,252); }
H1.HeaderClassName
{
color: #B9F2FC;
}
.AnyTagClassName
{
color: #B9F2FC;
}
</style>
background-color css
<style>
a { background-color: #B9F2FC; }
a { background-color: rgb(185,242,252); }
div.DivClassName
{
background-color: #B9F2FC;
}
.BgClassName
{
background-color: #B9F2FC;
}
</style>
border-color css
<style>
span { border-color: #B9F2FC; }
span { border-color: rgb(185,242,252); }
td.TdClassName
{
border-color: #B9F2FC;
}
.TagClassName
{
border-color: #B9F2FC;
}
</style>