Shades of Baby Blue #4AF1FF
Tints of Baby Blue #4AF1FF
RGB
CMYK
RGB Variations
Color information
#4AF1FF (or 0x4AF1FF) is known color: Baby Blue. HEX triplet: 4A, F1 and FF. RGB value is (74,241,255). Sum of RGB (Red+Green+Blue) = 74+241+255=570 (75% of max value = 765). Red value is 74 (29.30% from 255 or 12.98% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #4AF1FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AF1FF is #B50E00. Grayscale: #C0C0C0. Windows color (decimal): -11865601 or 16773450. OLE color: 16773450.
HSL color Cylindrical-coordinate representation of color #4AF1FF: hue angle of 184.64º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AF1FF is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 241 | 255 | - |
| CMYK | 0.71 | 0.05 | 0 | 0 |
| HSL | 184.64º | 1% | 0.65% | - |
| HSV(B) | 184.64º | 0.71% | 1% | - |
| XYZ | 52.33 | 71.59 | 105.67 | - |
| YUV | 192.66 | 163.17 | 43.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 241 | 255 | 0.71 | 0.05 | 0 | 0 | 184.64 | 1 | 0.65 |
| Hex | 4A | F1 | FF | 47 | 5 | 0 | 0 | B9 | 64 | 41 |
| Octal | 112 | 361 | 377 | 107 | 5 | 0 | 0 | 271 | 144 | 101 |
| Binary | 1001010 | 11110001 | 11111111 | 1000111 | 101 | 0 | 0 | 10111001 | 1100100 | 1000001 |
Color Harmonies of #4AF1FF
Complementary color
Monochromatic Colors of #4AF1FF
Black with #4AF1FF
Text Example
Text Example
White with #4AF1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF1FF; }
p { color: rgb(74,241,255); }
H1.HeaderClassName
{
color: #4AF1FF;
}
.AnyTagClassName
{
color: #4AF1FF;
}
</style>
background-color css
<style>
a { background-color: #4AF1FF; }
a { background-color: rgb(74,241,255); }
div.DivClassName
{
background-color: #4AF1FF;
}
.BgClassName
{
background-color: #4AF1FF;
}
</style>
border-color css
<style>
span { border-color: #4AF1FF; }
span { border-color: rgb(74,241,255); }
td.TdClassName
{
border-color: #4AF1FF;
}
.TagClassName
{
border-color: #4AF1FF;
}
</style>