Shades of Baby Blue #4BF2FF
Tints of Baby Blue #4BF2FF
RGB
CMYK
RGB Variations
Color information
#4BF2FF (or 0x4BF2FF) is known color: Baby Blue. HEX triplet: 4B, F2 and FF. RGB value is (75,242,255). Sum of RGB (Red+Green+Blue) = 75+242+255=572 (75% of max value = 765). Red value is 75 (29.69% from 255 or 13.11% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #4BF2FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BF2FF is #B40D00. Grayscale: #C1C1C1. Windows color (decimal): -11799809 or 16773707. OLE color: 16773707.
HSL color Cylindrical-coordinate representation of color #4BF2FF: hue angle of 184.33º 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 #4BF2FF is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 242 | 255 | - |
| CMYK | 0.71 | 0.05 | 0 | 0 |
| HSL | 184.33º | 1% | 0.65% | - |
| HSV(B) | 184.33º | 0.71% | 1% | - |
| XYZ | 52.7 | 72.22 | 105.77 | - |
| YUV | 193.55 | 162.67 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 242 | 255 | 0.71 | 0.05 | 0 | 0 | 184.33 | 1 | 0.65 |
| Hex | 4B | F2 | FF | 47 | 5 | 0 | 0 | B8 | 64 | 41 |
| Octal | 113 | 362 | 377 | 107 | 5 | 0 | 0 | 270 | 144 | 101 |
| Binary | 1001011 | 11110010 | 11111111 | 1000111 | 101 | 0 | 0 | 10111000 | 1100100 | 1000001 |
Color Harmonies of #4BF2FF
Complementary color
Monochromatic Colors of #4BF2FF
Black with #4BF2FF
Text Example
Text Example
White with #4BF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF2FF; }
p { color: rgb(75,242,255); }
H1.HeaderClassName
{
color: #4BF2FF;
}
.AnyTagClassName
{
color: #4BF2FF;
}
</style>
background-color css
<style>
a { background-color: #4BF2FF; }
a { background-color: rgb(75,242,255); }
div.DivClassName
{
background-color: #4BF2FF;
}
.BgClassName
{
background-color: #4BF2FF;
}
</style>
border-color css
<style>
span { border-color: #4BF2FF; }
span { border-color: rgb(75,242,255); }
td.TdClassName
{
border-color: #4BF2FF;
}
.TagClassName
{
border-color: #4BF2FF;
}
</style>