Shades of Baby Blue #3CF4FF
Tints of Baby Blue #3CF4FF
RGB
CMYK
RGB Variations
Color information
#3CF4FF (or 0x3CF4FF) is known color: Baby Blue. HEX triplet: 3C, F4 and FF. RGB value is (60,244,255). Sum of RGB (Red+Green+Blue) = 60+244+255=559 (74% of max value = 765). Red value is 60 (23.83% from 255 or 10.73% from 559); Green value is 244 (95.70% from 255 or 43.65% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CF4FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CF4FF is #C30B00. Grayscale: #BEBEBE. Windows color (decimal): -12782337 or 16774204. OLE color: 16774204.
HSL color Cylindrical-coordinate representation of color #3CF4FF: hue angle of 183.38º 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 #3CF4FF is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 244 | 255 | - |
| CMYK | 0.76 | 0.04 | 0 | 0 |
| HSL | 183.38º | 1% | 0.62% | - |
| HSV(B) | 183.38º | 0.76% | 1% | - |
| XYZ | 52.26 | 72.88 | 105.92 | - |
| YUV | 190.24 | 164.54 | 35.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 244 | 255 | 0.76 | 0.04 | 0 | 0 | 183.38 | 1 | 0.62 |
| Hex | 3C | F4 | FF | 4C | 4 | 0 | 0 | B7 | 64 | 3E |
| Octal | 74 | 364 | 377 | 114 | 4 | 0 | 0 | 267 | 144 | 76 |
| Binary | 111100 | 11110100 | 11111111 | 1001100 | 100 | 0 | 0 | 10110111 | 1100100 | 111110 |
Color Harmonies of #3CF4FF
Complementary color
Monochromatic Colors of #3CF4FF
Black with #3CF4FF
Text Example
Text Example
White with #3CF4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF4FF; }
p { color: rgb(60,244,255); }
H1.HeaderClassName
{
color: #3CF4FF;
}
.AnyTagClassName
{
color: #3CF4FF;
}
</style>
background-color css
<style>
a { background-color: #3CF4FF; }
a { background-color: rgb(60,244,255); }
div.DivClassName
{
background-color: #3CF4FF;
}
.BgClassName
{
background-color: #3CF4FF;
}
</style>
border-color css
<style>
span { border-color: #3CF4FF; }
span { border-color: rgb(60,244,255); }
td.TdClassName
{
border-color: #3CF4FF;
}
.TagClassName
{
border-color: #3CF4FF;
}
</style>