Shades of Baby Blue #3FFCFD
Tints of Baby Blue #3FFCFD
RGB
CMYK
RGB Variations
Color information
#3FFCFD (or 0x3FFCFD) is known color: Baby Blue. HEX triplet: 3F, FC and FD. RGB value is (63,252,253). Sum of RGB (Red+Green+Blue) = 63+252+253=568 (75% of max value = 765). Red value is 63 (25% from 255 or 11.09% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #3FFCFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFCFD is #C00302. Grayscale: #C3C3C3. Windows color (decimal): -12583683 or 16645183. OLE color: 16645183.
HSL color Cylindrical-coordinate representation of color #3FFCFD: hue angle of 180.32º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFCFD is Cyan = 0.75, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 252 | 253 | - |
| CMYK | 0.75 | 0.00 | 0 | 0.01 |
| HSL | 180.32º | 0.98% | 0.62% | - |
| HSV(B) | 180.32º | 0.75% | 0.99% | - |
| XYZ | 54.59 | 77.77 | 105.06 | - |
| YUV | 195.6 | 160.38 | 33.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 253 | 0.75 | 0.00 | 0 | 0.01 | 180.32 | 0.98 | 0.62 |
| Hex | 3F | FC | FD | 4B | 0 | 0 | 1 | B4 | 62 | 3E |
| Octal | 77 | 374 | 375 | 113 | 0 | 0 | 1 | 264 | 142 | 76 |
| Binary | 111111 | 11111100 | 11111101 | 1001011 | 0 | 0 | 1 | 10110100 | 1100010 | 111110 |
Color Harmonies of #3FFCFD
Complementary color
Monochromatic Colors of #3FFCFD
Black with #3FFCFD
Text Example
Text Example
White with #3FFCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFCFD; }
p { color: rgb(63,252,253); }
H1.HeaderClassName
{
color: #3FFCFD;
}
.AnyTagClassName
{
color: #3FFCFD;
}
</style>
background-color css
<style>
a { background-color: #3FFCFD; }
a { background-color: rgb(63,252,253); }
div.DivClassName
{
background-color: #3FFCFD;
}
.BgClassName
{
background-color: #3FFCFD;
}
</style>
border-color css
<style>
span { border-color: #3FFCFD; }
span { border-color: rgb(63,252,253); }
td.TdClassName
{
border-color: #3FFCFD;
}
.TagClassName
{
border-color: #3FFCFD;
}
</style>