Shades of Baby Blue #4AFEFC
Tints of Baby Blue #4AFEFC
RGB
CMYK
RGB Variations
Color information
#4AFEFC (or 0x4AFEFC) is known color: Baby Blue. HEX triplet: 4A, FE and FC. RGB value is (74,254,252). Sum of RGB (Red+Green+Blue) = 74+254+252=580 (76% of max value = 765). Red value is 74 (29.30% from 255 or 12.76% from 580); Green value is 254 (99.61% from 255 or 43.79% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFEFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFEFC is #B50103. Grayscale: #C7C7C7. Windows color (decimal): -11862276 or 16580170. OLE color: 16580170.
HSL color Cylindrical-coordinate representation of color #4AFEFC: hue angle of 179.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFEFC is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 254 | 252 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.00 |
| HSL | 179.33º | 0.99% | 0.64% | - |
| HSV(B) | 179.33º | 0.71% | 1% | - |
| XYZ | 55.84 | 79.37 | 104.47 | - |
| YUV | 199.95 | 157.37 | 38.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 254 | 252 | 0.71 | 0 | 0.01 | 0.00 | 179.33 | 0.99 | 0.64 |
| Hex | 4A | FE | FC | 47 | 0 | 1 | 0 | B3 | 63 | 40 |
| Octal | 112 | 376 | 374 | 107 | 0 | 1 | 0 | 263 | 143 | 100 |
| Binary | 1001010 | 11111110 | 11111100 | 1000111 | 0 | 1 | 0 | 10110011 | 1100011 | 1000000 |
Color Harmonies of #4AFEFC
Complementary color
Monochromatic Colors of #4AFEFC
Black with #4AFEFC
Text Example
Text Example
White with #4AFEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFEFC; }
p { color: rgb(74,254,252); }
H1.HeaderClassName
{
color: #4AFEFC;
}
.AnyTagClassName
{
color: #4AFEFC;
}
</style>
background-color css
<style>
a { background-color: #4AFEFC; }
a { background-color: rgb(74,254,252); }
div.DivClassName
{
background-color: #4AFEFC;
}
.BgClassName
{
background-color: #4AFEFC;
}
</style>
border-color css
<style>
span { border-color: #4AFEFC; }
span { border-color: rgb(74,254,252); }
td.TdClassName
{
border-color: #4AFEFC;
}
.TagClassName
{
border-color: #4AFEFC;
}
</style>