Shades of Baby Blue #4BF1FF
Tints of Baby Blue #4BF1FF
RGB
CMYK
RGB Variations
Color information
#4BF1FF (or 0x4BF1FF) is known color: Baby Blue. HEX triplet: 4B, F1 and FF. RGB value is (75,241,255). Sum of RGB (Red+Green+Blue) = 75+241+255=571 (75% of max value = 765). Red value is 75 (29.69% from 255 or 13.13% from 571); Green value is 241 (94.53% from 255 or 42.21% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #4BF1FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BF1FF is #B40E00. Grayscale: #C0C0C0. Windows color (decimal): -11800065 or 16773451. OLE color: 16773451.
HSL color Cylindrical-coordinate representation of color #4BF1FF: hue angle of 184.67º 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 #4BF1FF is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 241 | 255 | - |
| CMYK | 0.71 | 0.05 | 0 | 0 |
| HSL | 184.67º | 1% | 0.65% | - |
| HSV(B) | 184.67º | 0.71% | 1% | - |
| XYZ | 52.41 | 71.63 | 105.67 | - |
| YUV | 192.96 | 163 | 43.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 241 | 255 | 0.71 | 0.05 | 0 | 0 | 184.67 | 1 | 0.65 |
| Hex | 4B | F1 | FF | 47 | 5 | 0 | 0 | B9 | 64 | 41 |
| Octal | 113 | 361 | 377 | 107 | 5 | 0 | 0 | 271 | 144 | 101 |
| Binary | 1001011 | 11110001 | 11111111 | 1000111 | 101 | 0 | 0 | 10111001 | 1100100 | 1000001 |
Color Harmonies of #4BF1FF
Complementary color
Monochromatic Colors of #4BF1FF
Black with #4BF1FF
Text Example
Text Example
White with #4BF1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF1FF; }
p { color: rgb(75,241,255); }
H1.HeaderClassName
{
color: #4BF1FF;
}
.AnyTagClassName
{
color: #4BF1FF;
}
</style>
background-color css
<style>
a { background-color: #4BF1FF; }
a { background-color: rgb(75,241,255); }
div.DivClassName
{
background-color: #4BF1FF;
}
.BgClassName
{
background-color: #4BF1FF;
}
</style>
border-color css
<style>
span { border-color: #4BF1FF; }
span { border-color: rgb(75,241,255); }
td.TdClassName
{
border-color: #4BF1FF;
}
.TagClassName
{
border-color: #4BF1FF;
}
</style>