Shades of Baby Blue #4FF0FF
Tints of Baby Blue #4FF0FF
RGB
CMYK
RGB Variations
Color information
#4FF0FF (or 0x4FF0FF) is known color: Baby Blue. HEX triplet: 4F, F0 and FF. RGB value is (79,240,255). Sum of RGB (Red+Green+Blue) = 79+240+255=574 (76% of max value = 765). Red value is 79 (31.25% from 255 or 13.76% from 574); Green value is 240 (94.14% from 255 or 41.81% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FF0FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FF0FF is #B00F00. Grayscale: #C1C1C1. Windows color (decimal): -11538177 or 16773199. OLE color: 16773199.
HSL color Cylindrical-coordinate representation of color #4FF0FF: hue angle of 185.11º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FF0FF is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 240 | 255 | - |
| CMYK | 0.69 | 0.06 | 0 | 0 |
| HSL | 185.11º | 1% | 0.65% | - |
| HSV(B) | 185.11º | 0.69% | 1% | - |
| XYZ | 52.43 | 71.2 | 105.59 | - |
| YUV | 193.57 | 162.66 | 46.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 240 | 255 | 0.69 | 0.06 | 0 | 0 | 185.11 | 1 | 0.65 |
| Hex | 4F | F0 | FF | 45 | 6 | 0 | 0 | B9 | 64 | 41 |
| Octal | 117 | 360 | 377 | 105 | 6 | 0 | 0 | 271 | 144 | 101 |
| Binary | 1001111 | 11110000 | 11111111 | 1000101 | 110 | 0 | 0 | 10111001 | 1100100 | 1000001 |
Color Harmonies of #4FF0FF
Complementary color
Monochromatic Colors of #4FF0FF
Black with #4FF0FF
Text Example
Text Example
White with #4FF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF0FF; }
p { color: rgb(79,240,255); }
H1.HeaderClassName
{
color: #4FF0FF;
}
.AnyTagClassName
{
color: #4FF0FF;
}
</style>
background-color css
<style>
a { background-color: #4FF0FF; }
a { background-color: rgb(79,240,255); }
div.DivClassName
{
background-color: #4FF0FF;
}
.BgClassName
{
background-color: #4FF0FF;
}
</style>
border-color css
<style>
span { border-color: #4FF0FF; }
span { border-color: rgb(79,240,255); }
td.TdClassName
{
border-color: #4FF0FF;
}
.TagClassName
{
border-color: #4FF0FF;
}
</style>