Shades of Baby Blue #39FAFE
Tints of Baby Blue #39FAFE
RGB
CMYK
RGB Variations
Color information
#39FAFE (or 0x39FAFE) is known color: Baby Blue. HEX triplet: 39, FA and FE. RGB value is (57,250,254). Sum of RGB (Red+Green+Blue) = 57+250+254=561 (74% of max value = 765). Red value is 57 (22.66% from 255 or 10.16% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #39FAFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39FAFE is #C60501. Grayscale: #C0C0C0. Windows color (decimal): -12977410 or 16710201. OLE color: 16710201.
HSL color Cylindrical-coordinate representation of color #39FAFE: hue angle of 181.22º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39FAFE is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 250 | 254 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.00 |
| HSL | 181.22º | 0.99% | 0.61% | - |
| HSV(B) | 181.22º | 0.78% | 1% | - |
| XYZ | 53.76 | 76.4 | 105.68 | - |
| YUV | 192.75 | 162.56 | 31.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 250 | 254 | 0.78 | 0.02 | 0 | 0.00 | 181.22 | 0.99 | 0.61 |
| Hex | 39 | FA | FE | 4E | 2 | 0 | 0 | B5 | 63 | 3D |
| Octal | 71 | 372 | 376 | 116 | 2 | 0 | 0 | 265 | 143 | 75 |
| Binary | 111001 | 11111010 | 11111110 | 1001110 | 10 | 0 | 0 | 10110101 | 1100011 | 111101 |
Color Harmonies of #39FAFE
Complementary color
Monochromatic Colors of #39FAFE
Black with #39FAFE
Text Example
Text Example
White with #39FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FAFE; }
p { color: rgb(57,250,254); }
H1.HeaderClassName
{
color: #39FAFE;
}
.AnyTagClassName
{
color: #39FAFE;
}
</style>
background-color css
<style>
a { background-color: #39FAFE; }
a { background-color: rgb(57,250,254); }
div.DivClassName
{
background-color: #39FAFE;
}
.BgClassName
{
background-color: #39FAFE;
}
</style>
border-color css
<style>
span { border-color: #39FAFE; }
span { border-color: rgb(57,250,254); }
td.TdClassName
{
border-color: #39FAFE;
}
.TagClassName
{
border-color: #39FAFE;
}
</style>