Shades of Baby Blue #4CFAFF
Tints of Baby Blue #4CFAFF
RGB
CMYK
RGB Variations
Color information
#4CFAFF (or 0x4CFAFF) is known color: Baby Blue. HEX triplet: 4C, FA and FF. RGB value is (76,250,255). Sum of RGB (Red+Green+Blue) = 76+250+255=581 (76% of max value = 765). Red value is 76 (30.08% from 255 or 13.08% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CFAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFAFF is #B30500. Grayscale: #C6C6C6. Windows color (decimal): -11732225 or 16775756. OLE color: 16775756.
HSL color Cylindrical-coordinate representation of color #4CFAFF: hue angle of 181.68º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFAFF is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 250 | 255 | - |
| CMYK | 0.70 | 0.02 | 0 | 0 |
| HSL | 181.68º | 1% | 0.65% | - |
| HSV(B) | 181.68º | 0.7% | 1% | - |
| XYZ | 55.22 | 77.13 | 106.58 | - |
| YUV | 198.54 | 159.85 | 40.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 250 | 255 | 0.70 | 0.02 | 0 | 0 | 181.68 | 1 | 0.65 |
| Hex | 4C | FA | FF | 46 | 2 | 0 | 0 | B6 | 64 | 41 |
| Octal | 114 | 372 | 377 | 106 | 2 | 0 | 0 | 266 | 144 | 101 |
| Binary | 1001100 | 11111010 | 11111111 | 1000110 | 10 | 0 | 0 | 10110110 | 1100100 | 1000001 |
Color Harmonies of #4CFAFF
Complementary color
Monochromatic Colors of #4CFAFF
Black with #4CFAFF
Text Example
Text Example
White with #4CFAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFAFF; }
p { color: rgb(76,250,255); }
H1.HeaderClassName
{
color: #4CFAFF;
}
.AnyTagClassName
{
color: #4CFAFF;
}
</style>
background-color css
<style>
a { background-color: #4CFAFF; }
a { background-color: rgb(76,250,255); }
div.DivClassName
{
background-color: #4CFAFF;
}
.BgClassName
{
background-color: #4CFAFF;
}
</style>
border-color css
<style>
span { border-color: #4CFAFF; }
span { border-color: rgb(76,250,255); }
td.TdClassName
{
border-color: #4CFAFF;
}
.TagClassName
{
border-color: #4CFAFF;
}
</style>