Shades of Baby Blue #3FFCFF
Tints of Baby Blue #3FFCFF
RGB
CMYK
RGB Variations
Color information
#3FFCFF (or 0x3FFCFF) is known color: Baby Blue. HEX triplet: 3F, FC and FF. RGB value is (63,252,255). Sum of RGB (Red+Green+Blue) = 63+252+255=570 (75% of max value = 765). Red value is 63 (25% from 255 or 11.05% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #3FFCFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFCFF is #C00300. Grayscale: #C3C3C3. Windows color (decimal): -12583681 or 16776255. OLE color: 16776255.
HSL color Cylindrical-coordinate representation of color #3FFCFF: hue angle of 180.94º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFCFF is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 252 | 255 | - |
| CMYK | 0.75 | 0.01 | 0 | 0 |
| HSL | 180.94º | 1% | 0.62% | - |
| HSV(B) | 180.94º | 0.75% | 1% | - |
| XYZ | 54.91 | 77.9 | 106.75 | - |
| YUV | 195.83 | 161.38 | 33.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 255 | 0.75 | 0.01 | 0 | 0 | 180.94 | 1 | 0.62 |
| Hex | 3F | FC | FF | 4B | 1 | 0 | 0 | B5 | 64 | 3E |
| Octal | 77 | 374 | 377 | 113 | 1 | 0 | 0 | 265 | 144 | 76 |
| Binary | 111111 | 11111100 | 11111111 | 1001011 | 1 | 0 | 0 | 10110101 | 1100100 | 111110 |
Color Harmonies of #3FFCFF
Complementary color
Monochromatic Colors of #3FFCFF
Black with #3FFCFF
Text Example
Text Example
White with #3FFCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFCFF; }
p { color: rgb(63,252,255); }
H1.HeaderClassName
{
color: #3FFCFF;
}
.AnyTagClassName
{
color: #3FFCFF;
}
</style>
background-color css
<style>
a { background-color: #3FFCFF; }
a { background-color: rgb(63,252,255); }
div.DivClassName
{
background-color: #3FFCFF;
}
.BgClassName
{
background-color: #3FFCFF;
}
</style>
border-color css
<style>
span { border-color: #3FFCFF; }
span { border-color: rgb(63,252,255); }
td.TdClassName
{
border-color: #3FFCFF;
}
.TagClassName
{
border-color: #3FFCFF;
}
</style>