Shades of Baby Blue #3CFBFE
Tints of Baby Blue #3CFBFE
RGB
CMYK
RGB Variations
Color information
#3CFBFE (or 0x3CFBFE) is known color: Baby Blue. HEX triplet: 3C, FB and FE. RGB value is (60,251,254). Sum of RGB (Red+Green+Blue) = 60+251+254=565 (74% of max value = 765). Red value is 60 (23.83% from 255 or 10.62% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #3CFBFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFBFE is #C30401. Grayscale: #C2C2C2. Windows color (decimal): -12780546 or 16710460. OLE color: 16710460.
HSL color Cylindrical-coordinate representation of color #3CFBFE: hue angle of 180.93º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFBFE is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 251 | 254 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.00 |
| HSL | 180.93º | 0.99% | 0.62% | - |
| HSV(B) | 180.93º | 0.76% | 1% | - |
| XYZ | 54.25 | 77.11 | 105.79 | - |
| YUV | 194.23 | 161.72 | 32.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 251 | 254 | 0.76 | 0.01 | 0 | 0.00 | 180.93 | 0.99 | 0.62 |
| Hex | 3C | FB | FE | 4C | 1 | 0 | 0 | B5 | 63 | 3E |
| Octal | 74 | 373 | 376 | 114 | 1 | 0 | 0 | 265 | 143 | 76 |
| Binary | 111100 | 11111011 | 11111110 | 1001100 | 1 | 0 | 0 | 10110101 | 1100011 | 111110 |
Color Harmonies of #3CFBFE
Complementary color
Monochromatic Colors of #3CFBFE
Black with #3CFBFE
Text Example
Text Example
White with #3CFBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFBFE; }
p { color: rgb(60,251,254); }
H1.HeaderClassName
{
color: #3CFBFE;
}
.AnyTagClassName
{
color: #3CFBFE;
}
</style>
background-color css
<style>
a { background-color: #3CFBFE; }
a { background-color: rgb(60,251,254); }
div.DivClassName
{
background-color: #3CFBFE;
}
.BgClassName
{
background-color: #3CFBFE;
}
</style>
border-color css
<style>
span { border-color: #3CFBFE; }
span { border-color: rgb(60,251,254); }
td.TdClassName
{
border-color: #3CFBFE;
}
.TagClassName
{
border-color: #3CFBFE;
}
</style>