Shades of Baby Blue #4FF0FA
Tints of Baby Blue #4FF0FA
RGB
CMYK
RGB Variations
Color information
#4FF0FA (or 0x4FF0FA) is known color: Baby Blue. HEX triplet: 4F, F0 and FA. RGB value is (79,240,250). Sum of RGB (Red+Green+Blue) = 79+240+250=569 (75% of max value = 765). Red value is 79 (31.25% from 255 or 13.88% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #4FF0FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FF0FA is #B00F05. Grayscale: #C0C0C0. Windows color (decimal): -11538182 or 16445519. OLE color: 16445519.
HSL color Cylindrical-coordinate representation of color #4FF0FA: hue angle of 183.51º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FF0FA is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 240 | 250 | - |
| CMYK | 0.68 | 0.04 | 0 | 0.02 |
| HSL | 183.51º | 0.94% | 0.65% | - |
| HSV(B) | 183.51º | 0.68% | 0.98% | - |
| XYZ | 51.64 | 70.88 | 101.4 | - |
| YUV | 193 | 160.16 | 46.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 240 | 250 | 0.68 | 0.04 | 0 | 0.02 | 183.51 | 0.94 | 0.65 |
| Hex | 4F | F0 | FA | 44 | 4 | 0 | 2 | B8 | 5E | 41 |
| Octal | 117 | 360 | 372 | 104 | 4 | 0 | 2 | 270 | 136 | 101 |
| Binary | 1001111 | 11110000 | 11111010 | 1000100 | 100 | 0 | 10 | 10111000 | 1011110 | 1000001 |
Color Harmonies of #4FF0FA
Complementary color
Monochromatic Colors of #4FF0FA
Black with #4FF0FA
Text Example
Text Example
White with #4FF0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF0FA; }
p { color: rgb(79,240,250); }
H1.HeaderClassName
{
color: #4FF0FA;
}
.AnyTagClassName
{
color: #4FF0FA;
}
</style>
background-color css
<style>
a { background-color: #4FF0FA; }
a { background-color: rgb(79,240,250); }
div.DivClassName
{
background-color: #4FF0FA;
}
.BgClassName
{
background-color: #4FF0FA;
}
</style>
border-color css
<style>
span { border-color: #4FF0FA; }
span { border-color: rgb(79,240,250); }
td.TdClassName
{
border-color: #4FF0FA;
}
.TagClassName
{
border-color: #4FF0FA;
}
</style>