Shades of Baby Blue #3EFFFD
Tints of Baby Blue #3EFFFD
RGB
CMYK
RGB Variations
Color information
#3EFFFD (or 0x3EFFFD) is known color: Baby Blue. HEX triplet: 3E, FF and FD. RGB value is (62,255,253). Sum of RGB (Red+Green+Blue) = 62+255+253=570 (75% of max value = 765). Red value is 62 (24.61% from 255 or 10.88% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFFFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFFFD is #C10002. Grayscale: #C4C4C4. Windows color (decimal): -12648451 or 16645950. OLE color: 16645950.
HSL color Cylindrical-coordinate representation of color #3EFFFD: hue angle of 179.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFFFD is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 255 | 253 | - |
| CMYK | 0.76 | 0 | 0.01 | 0 |
| HSL | 179.38º | 1% | 0.62% | - |
| HSV(B) | 179.38º | 0.76% | 1% | - |
| XYZ | 55.48 | 79.64 | 105.38 | - |
| YUV | 197.07 | 159.56 | 31.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 255 | 253 | 0.76 | 0 | 0.01 | 0 | 179.38 | 1 | 0.62 |
| Hex | 3E | FF | FD | 4C | 0 | 1 | 0 | B3 | 64 | 3E |
| Octal | 76 | 377 | 375 | 114 | 0 | 1 | 0 | 263 | 144 | 76 |
| Binary | 111110 | 11111111 | 11111101 | 1001100 | 0 | 1 | 0 | 10110011 | 1100100 | 111110 |
Color Harmonies of #3EFFFD
Complementary color
Monochromatic Colors of #3EFFFD
Black with #3EFFFD
Text Example
Text Example
White with #3EFFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFFFD; }
p { color: rgb(62,255,253); }
H1.HeaderClassName
{
color: #3EFFFD;
}
.AnyTagClassName
{
color: #3EFFFD;
}
</style>
background-color css
<style>
a { background-color: #3EFFFD; }
a { background-color: rgb(62,255,253); }
div.DivClassName
{
background-color: #3EFFFD;
}
.BgClassName
{
background-color: #3EFFFD;
}
</style>
border-color css
<style>
span { border-color: #3EFFFD; }
span { border-color: rgb(62,255,253); }
td.TdClassName
{
border-color: #3EFFFD;
}
.TagClassName
{
border-color: #3EFFFD;
}
</style>