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