Shades of Baby Blue #4BFAFF
Tints of Baby Blue #4BFAFF
RGB
CMYK
RGB Variations
Color information
#4BFAFF (or 0x4BFAFF) is known color: Baby Blue. HEX triplet: 4B, FA and FF. RGB value is (75,250,255). Sum of RGB (Red+Green+Blue) = 75+250+255=580 (76% of max value = 765). Red value is 75 (29.69% from 255 or 12.93% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #4BFAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BFAFF is #B40500. Grayscale: #C6C6C6. Windows color (decimal): -11797761 or 16775755. OLE color: 16775755.
HSL color Cylindrical-coordinate representation of color #4BFAFF: hue angle of 181.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 #4BFAFF is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 250 | 255 | - |
| CMYK | 0.71 | 0.02 | 0 | 0 |
| HSL | 181.67º | 1% | 0.65% | - |
| HSV(B) | 181.67º | 0.71% | 1% | - |
| XYZ | 55.14 | 77.09 | 106.58 | - |
| YUV | 198.25 | 160.02 | 40.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 250 | 255 | 0.71 | 0.02 | 0 | 0 | 181.67 | 1 | 0.65 |
| Hex | 4B | FA | FF | 47 | 2 | 0 | 0 | B6 | 64 | 41 |
| Octal | 113 | 372 | 377 | 107 | 2 | 0 | 0 | 266 | 144 | 101 |
| Binary | 1001011 | 11111010 | 11111111 | 1000111 | 10 | 0 | 0 | 10110110 | 1100100 | 1000001 |
Color Harmonies of #4BFAFF
Complementary color
Monochromatic Colors of #4BFAFF
Black with #4BFAFF
Text Example
Text Example
White with #4BFAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFAFF; }
p { color: rgb(75,250,255); }
H1.HeaderClassName
{
color: #4BFAFF;
}
.AnyTagClassName
{
color: #4BFAFF;
}
</style>
background-color css
<style>
a { background-color: #4BFAFF; }
a { background-color: rgb(75,250,255); }
div.DivClassName
{
background-color: #4BFAFF;
}
.BgClassName
{
background-color: #4BFAFF;
}
</style>
border-color css
<style>
span { border-color: #4BFAFF; }
span { border-color: rgb(75,250,255); }
td.TdClassName
{
border-color: #4BFAFF;
}
.TagClassName
{
border-color: #4BFAFF;
}
</style>