Shades of Baby Blue #39FFFC
Tints of Baby Blue #39FFFC
RGB
CMYK
RGB Variations
Color information
#39FFFC (or 0x39FFFC) is known color: Baby Blue. HEX triplet: 39, FF and FC. RGB value is (57,255,252). Sum of RGB (Red+Green+Blue) = 57+255+252=564 (74% of max value = 765). Red value is 57 (22.66% from 255 or 10.11% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #39FFFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39FFFC is #C60003. Grayscale: #C3C3C3. Windows color (decimal): -12976132 or 16580409. OLE color: 16580409.
HSL color Cylindrical-coordinate representation of color #39FFFC: hue angle of 179.09º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39FFFC is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 255 | 252 | - |
| CMYK | 0.78 | 0 | 0.01 | 0 |
| HSL | 179.09º | 1% | 0.61% | - |
| HSV(B) | 179.09º | 0.78% | 1% | - |
| XYZ | 55.02 | 79.42 | 104.52 | - |
| YUV | 195.46 | 159.9 | 29.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 255 | 252 | 0.78 | 0 | 0.01 | 0 | 179.09 | 1 | 0.61 |
| Hex | 39 | FF | FC | 4E | 0 | 1 | 0 | B3 | 64 | 3D |
| Octal | 71 | 377 | 374 | 116 | 0 | 1 | 0 | 263 | 144 | 75 |
| Binary | 111001 | 11111111 | 11111100 | 1001110 | 0 | 1 | 0 | 10110011 | 1100100 | 111101 |
Color Harmonies of #39FFFC
Complementary color
Monochromatic Colors of #39FFFC
Black with #39FFFC
Text Example
Text Example
White with #39FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FFFC; }
p { color: rgb(57,255,252); }
H1.HeaderClassName
{
color: #39FFFC;
}
.AnyTagClassName
{
color: #39FFFC;
}
</style>
background-color css
<style>
a { background-color: #39FFFC; }
a { background-color: rgb(57,255,252); }
div.DivClassName
{
background-color: #39FFFC;
}
.BgClassName
{
background-color: #39FFFC;
}
</style>
border-color css
<style>
span { border-color: #39FFFC; }
span { border-color: rgb(57,255,252); }
td.TdClassName
{
border-color: #39FFFC;
}
.TagClassName
{
border-color: #39FFFC;
}
</style>