Shades of Baby Blue #4FF3FF
Tints of Baby Blue #4FF3FF
RGB
CMYK
RGB Variations
Color information
#4FF3FF (or 0x4FF3FF) is known color: Baby Blue. HEX triplet: 4F, F3 and FF. RGB value is (79,243,255). Sum of RGB (Red+Green+Blue) = 79+243+255=577 (76% of max value = 765). Red value is 79 (31.25% from 255 or 13.69% from 577); Green value is 243 (95.31% from 255 or 42.11% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FF3FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FF3FF is #B00C00. Grayscale: #C3C3C3. Windows color (decimal): -11537409 or 16773967. OLE color: 16773967.
HSL color Cylindrical-coordinate representation of color #4FF3FF: hue angle of 184.09º 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 #4FF3FF is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 243 | 255 | - |
| CMYK | 0.69 | 0.05 | 0 | 0 |
| HSL | 184.09º | 1% | 0.65% | - |
| HSV(B) | 184.09º | 0.69% | 1% | - |
| XYZ | 53.33 | 72.98 | 105.88 | - |
| YUV | 195.33 | 161.67 | 45.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 243 | 255 | 0.69 | 0.05 | 0 | 0 | 184.09 | 1 | 0.65 |
| Hex | 4F | F3 | FF | 45 | 5 | 0 | 0 | B8 | 64 | 41 |
| Octal | 117 | 363 | 377 | 105 | 5 | 0 | 0 | 270 | 144 | 101 |
| Binary | 1001111 | 11110011 | 11111111 | 1000101 | 101 | 0 | 0 | 10111000 | 1100100 | 1000001 |
Color Harmonies of #4FF3FF
Complementary color
Monochromatic Colors of #4FF3FF
Black with #4FF3FF
Text Example
Text Example
White with #4FF3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF3FF; }
p { color: rgb(79,243,255); }
H1.HeaderClassName
{
color: #4FF3FF;
}
.AnyTagClassName
{
color: #4FF3FF;
}
</style>
background-color css
<style>
a { background-color: #4FF3FF; }
a { background-color: rgb(79,243,255); }
div.DivClassName
{
background-color: #4FF3FF;
}
.BgClassName
{
background-color: #4FF3FF;
}
</style>
border-color css
<style>
span { border-color: #4FF3FF; }
span { border-color: rgb(79,243,255); }
td.TdClassName
{
border-color: #4FF3FF;
}
.TagClassName
{
border-color: #4FF3FF;
}
</style>