Shades of Baby Blue #3EFDFC
Tints of Baby Blue #3EFDFC
RGB
CMYK
RGB Variations
Color information
#3EFDFC (or 0x3EFDFC) is known color: Baby Blue. HEX triplet: 3E, FD and FC. RGB value is (62,253,252). Sum of RGB (Red+Green+Blue) = 62+253+252=567 (75% of max value = 765). Red value is 62 (24.61% from 255 or 10.93% from 567); Green value is 253 (99.22% from 255 or 44.62% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFDFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFDFC is #C10203. Grayscale: #C3C3C3. Windows color (decimal): -12648964 or 16579902. OLE color: 16579902.
HSL color Cylindrical-coordinate representation of color #3EFDFC: hue angle of 179.69º 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 #3EFDFC is Cyan = 0.75, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 253 | 252 | - |
| CMYK | 0.75 | 0 | 0.00 | 0.01 |
| HSL | 179.69º | 0.98% | 0.62% | - |
| HSV(B) | 179.69º | 0.75% | 0.99% | - |
| XYZ | 54.68 | 78.3 | 104.33 | - |
| YUV | 195.78 | 159.72 | 32.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 253 | 252 | 0.75 | 0 | 0.00 | 0.01 | 179.69 | 0.98 | 0.62 |
| Hex | 3E | FD | FC | 4B | 0 | 0 | 1 | B4 | 62 | 3E |
| Octal | 76 | 375 | 374 | 113 | 0 | 0 | 1 | 264 | 142 | 76 |
| Binary | 111110 | 11111101 | 11111100 | 1001011 | 0 | 0 | 1 | 10110100 | 1100010 | 111110 |
Color Harmonies of #3EFDFC
Complementary color
Monochromatic Colors of #3EFDFC
Black with #3EFDFC
Text Example
Text Example
White with #3EFDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFDFC; }
p { color: rgb(62,253,252); }
H1.HeaderClassName
{
color: #3EFDFC;
}
.AnyTagClassName
{
color: #3EFDFC;
}
</style>
background-color css
<style>
a { background-color: #3EFDFC; }
a { background-color: rgb(62,253,252); }
div.DivClassName
{
background-color: #3EFDFC;
}
.BgClassName
{
background-color: #3EFDFC;
}
</style>
border-color css
<style>
span { border-color: #3EFDFC; }
span { border-color: rgb(62,253,252); }
td.TdClassName
{
border-color: #3EFDFC;
}
.TagClassName
{
border-color: #3EFDFC;
}
</style>