Shades of Baby Blue #4CFEFE
Tints of Baby Blue #4CFEFE
RGB
CMYK
RGB Variations
Color information
#4CFEFE (or 0x4CFEFE) is known color: Baby Blue. HEX triplet: 4C, FE and FE. RGB value is (76,254,254). Sum of RGB (Red+Green+Blue) = 76+254+254=584 (77% of max value = 765). Red value is 76 (30.08% from 255 or 13.01% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #4CFEFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFEFE is #B30101. Grayscale: #C8C8C8. Windows color (decimal): -11731202 or 16711244. OLE color: 16711244.
HSL color Cylindrical-coordinate representation of color #4CFEFE: hue angle of 180º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFEFE is Cyan = 0.70, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 254 | 254 | - |
| CMYK | 0.70 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.65% | - |
| HSV(B) | 180º | 0.7% | 1% | - |
| XYZ | 56.31 | 79.58 | 106.16 | - |
| YUV | 200.78 | 158.03 | 39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 254 | 254 | 0.70 | 0 | 0 | 0.00 | 180 | 0.99 | 0.65 |
| Hex | 4C | FE | FE | 46 | 0 | 0 | 0 | B4 | 63 | 41 |
| Octal | 114 | 376 | 376 | 106 | 0 | 0 | 0 | 264 | 143 | 101 |
| Binary | 1001100 | 11111110 | 11111110 | 1000110 | 0 | 0 | 0 | 10110100 | 1100011 | 1000001 |
Color Harmonies of #4CFEFE
Complementary color
Monochromatic Colors of #4CFEFE
Black with #4CFEFE
Text Example
Text Example
White with #4CFEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFEFE; }
p { color: rgb(76,254,254); }
H1.HeaderClassName
{
color: #4CFEFE;
}
.AnyTagClassName
{
color: #4CFEFE;
}
</style>
background-color css
<style>
a { background-color: #4CFEFE; }
a { background-color: rgb(76,254,254); }
div.DivClassName
{
background-color: #4CFEFE;
}
.BgClassName
{
background-color: #4CFEFE;
}
</style>
border-color css
<style>
span { border-color: #4CFEFE; }
span { border-color: rgb(76,254,254); }
td.TdClassName
{
border-color: #4CFEFE;
}
.TagClassName
{
border-color: #4CFEFE;
}
</style>