Shades of Baby Blue #3FFCFE
Tints of Baby Blue #3FFCFE
RGB
CMYK
RGB Variations
Color information
#3FFCFE (or 0x3FFCFE) is known color: Baby Blue. HEX triplet: 3F, FC and FE. RGB value is (63,252,254). Sum of RGB (Red+Green+Blue) = 63+252+254=569 (75% of max value = 765). Red value is 63 (25% from 255 or 11.07% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #3FFCFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFCFE is #C00301. Grayscale: #C3C3C3. Windows color (decimal): -12583682 or 16710719. OLE color: 16710719.
HSL color Cylindrical-coordinate representation of color #3FFCFE: hue angle of 180.63º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFCFE is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 252 | 254 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.00 |
| HSL | 180.63º | 0.99% | 0.62% | - |
| HSV(B) | 180.63º | 0.75% | 1% | - |
| XYZ | 54.75 | 77.83 | 105.9 | - |
| YUV | 195.72 | 160.88 | 33.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 254 | 0.75 | 0.01 | 0 | 0.00 | 180.63 | 0.99 | 0.62 |
| Hex | 3F | FC | FE | 4B | 1 | 0 | 0 | B5 | 63 | 3E |
| Octal | 77 | 374 | 376 | 113 | 1 | 0 | 0 | 265 | 143 | 76 |
| Binary | 111111 | 11111100 | 11111110 | 1001011 | 1 | 0 | 0 | 10110101 | 1100011 | 111110 |
Color Harmonies of #3FFCFE
Complementary color
Monochromatic Colors of #3FFCFE
Black with #3FFCFE
Text Example
Text Example
White with #3FFCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFCFE; }
p { color: rgb(63,252,254); }
H1.HeaderClassName
{
color: #3FFCFE;
}
.AnyTagClassName
{
color: #3FFCFE;
}
</style>
background-color css
<style>
a { background-color: #3FFCFE; }
a { background-color: rgb(63,252,254); }
div.DivClassName
{
background-color: #3FFCFE;
}
.BgClassName
{
background-color: #3FFCFE;
}
</style>
border-color css
<style>
span { border-color: #3FFCFE; }
span { border-color: rgb(63,252,254); }
td.TdClassName
{
border-color: #3FFCFE;
}
.TagClassName
{
border-color: #3FFCFE;
}
</style>