Shades of Baby Blue #3FFFFD
Tints of Baby Blue #3FFFFD
RGB
CMYK
RGB Variations
Color information
#3FFFFD (or 0x3FFFFD) is known color: Baby Blue. HEX triplet: 3F, FF and FD. RGB value is (63,255,253). Sum of RGB (Red+Green+Blue) = 63+255+253=571 (75% of max value = 765). Red value is 63 (25% from 255 or 11.03% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFFFD is #C00002. Grayscale: #C5C5C5. Windows color (decimal): -12582915 or 16645951. OLE color: 16645951.
HSL color Cylindrical-coordinate representation of color #3FFFFD: hue angle of 179.38º 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 #3FFFFD is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 253 | - |
| CMYK | 0.75 | 0 | 0.01 | 0 |
| HSL | 179.38º | 1% | 0.62% | - |
| HSV(B) | 179.38º | 0.75% | 1% | - |
| XYZ | 55.54 | 79.67 | 105.38 | - |
| YUV | 197.36 | 159.39 | 32.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 253 | 0.75 | 0 | 0.01 | 0 | 179.38 | 1 | 0.62 |
| Hex | 3F | FF | FD | 4B | 0 | 1 | 0 | B3 | 64 | 3E |
| Octal | 77 | 377 | 375 | 113 | 0 | 1 | 0 | 263 | 144 | 76 |
| Binary | 111111 | 11111111 | 11111101 | 1001011 | 0 | 1 | 0 | 10110011 | 1100100 | 111110 |
Color Harmonies of #3FFFFD
Complementary color
Monochromatic Colors of #3FFFFD
Black with #3FFFFD
Text Example
Text Example
White with #3FFFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFFFD; }
p { color: rgb(63,255,253); }
H1.HeaderClassName
{
color: #3FFFFD;
}
.AnyTagClassName
{
color: #3FFFFD;
}
</style>
background-color css
<style>
a { background-color: #3FFFFD; }
a { background-color: rgb(63,255,253); }
div.DivClassName
{
background-color: #3FFFFD;
}
.BgClassName
{
background-color: #3FFFFD;
}
</style>
border-color css
<style>
span { border-color: #3FFFFD; }
span { border-color: rgb(63,255,253); }
td.TdClassName
{
border-color: #3FFFFD;
}
.TagClassName
{
border-color: #3FFFFD;
}
</style>