Shades of Baby Blue #39FDFF
Tints of Baby Blue #39FDFF
RGB
CMYK
RGB Variations
Color information
#39FDFF (or 0x39FDFF) is known color: Baby Blue. HEX triplet: 39, FD and FF. RGB value is (57,253,255). Sum of RGB (Red+Green+Blue) = 57+253+255=565 (74% of max value = 765). Red value is 57 (22.66% from 255 or 10.09% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #39FDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39FDFF is #C60200. Grayscale: #C2C2C2. Windows color (decimal): -12976641 or 16776505. OLE color: 16776505.
HSL color Cylindrical-coordinate representation of color #39FDFF: hue angle of 180.61º 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 #39FDFF is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 253 | 255 | - |
| CMYK | 0.78 | 0.01 | 0 | 0 |
| HSL | 180.61º | 1% | 0.61% | - |
| HSV(B) | 180.61º | 0.78% | 1% | - |
| XYZ | 54.86 | 78.34 | 106.84 | - |
| YUV | 194.62 | 162.07 | 29.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 253 | 255 | 0.78 | 0.01 | 0 | 0 | 180.61 | 1 | 0.61 |
| Hex | 39 | FD | FF | 4E | 1 | 0 | 0 | B5 | 64 | 3D |
| Octal | 71 | 375 | 377 | 116 | 1 | 0 | 0 | 265 | 144 | 75 |
| Binary | 111001 | 11111101 | 11111111 | 1001110 | 1 | 0 | 0 | 10110101 | 1100100 | 111101 |
Color Harmonies of #39FDFF
Complementary color
Monochromatic Colors of #39FDFF
Black with #39FDFF
Text Example
Text Example
White with #39FDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FDFF; }
p { color: rgb(57,253,255); }
H1.HeaderClassName
{
color: #39FDFF;
}
.AnyTagClassName
{
color: #39FDFF;
}
</style>
background-color css
<style>
a { background-color: #39FDFF; }
a { background-color: rgb(57,253,255); }
div.DivClassName
{
background-color: #39FDFF;
}
.BgClassName
{
background-color: #39FDFF;
}
</style>
border-color css
<style>
span { border-color: #39FDFF; }
span { border-color: rgb(57,253,255); }
td.TdClassName
{
border-color: #39FDFF;
}
.TagClassName
{
border-color: #39FDFF;
}
</style>