Shades of Baby Blue #3CFEFF
Tints of Baby Blue #3CFEFF
RGB
CMYK
RGB Variations
Color information
#3CFEFF (or 0x3CFEFF) is known color: Baby Blue. HEX triplet: 3C, FE and FF. RGB value is (60,254,255). Sum of RGB (Red+Green+Blue) = 60+254+255=569 (75% of max value = 765). Red value is 60 (23.83% from 255 or 10.54% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CFEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFEFF is #C30100. Grayscale: #C3C3C3. Windows color (decimal): -12779777 or 16776764. OLE color: 16776764.
HSL color Cylindrical-coordinate representation of color #3CFEFF: hue angle of 180.31º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFEFF is Cyan = 0.76, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 254 | 255 | - |
| CMYK | 0.76 | 0.00 | 0 | 0 |
| HSL | 180.31º | 1% | 0.62% | - |
| HSV(B) | 180.31º | 0.76% | 1% | - |
| XYZ | 55.36 | 79.06 | 106.95 | - |
| YUV | 196.11 | 161.23 | 30.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 254 | 255 | 0.76 | 0.00 | 0 | 0 | 180.31 | 1 | 0.62 |
| Hex | 3C | FE | FF | 4C | 0 | 0 | 0 | B4 | 64 | 3E |
| Octal | 74 | 376 | 377 | 114 | 0 | 0 | 0 | 264 | 144 | 76 |
| Binary | 111100 | 11111110 | 11111111 | 1001100 | 0 | 0 | 0 | 10110100 | 1100100 | 111110 |
Color Harmonies of #3CFEFF
Complementary color
Monochromatic Colors of #3CFEFF
Black with #3CFEFF
Text Example
Text Example
White with #3CFEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFEFF; }
p { color: rgb(60,254,255); }
H1.HeaderClassName
{
color: #3CFEFF;
}
.AnyTagClassName
{
color: #3CFEFF;
}
</style>
background-color css
<style>
a { background-color: #3CFEFF; }
a { background-color: rgb(60,254,255); }
div.DivClassName
{
background-color: #3CFEFF;
}
.BgClassName
{
background-color: #3CFEFF;
}
</style>
border-color css
<style>
span { border-color: #3CFEFF; }
span { border-color: rgb(60,254,255); }
td.TdClassName
{
border-color: #3CFEFF;
}
.TagClassName
{
border-color: #3CFEFF;
}
</style>