Shades of Baby Blue #3EFAFC
Tints of Baby Blue #3EFAFC
RGB
CMYK
RGB Variations
Color information
#3EFAFC (or 0x3EFAFC) is known color: Baby Blue. HEX triplet: 3E, FA and FC. RGB value is (62,250,252). Sum of RGB (Red+Green+Blue) = 62+250+252=564 (74% of max value = 765). Red value is 62 (24.61% from 255 or 10.99% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #3EFAFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFAFC is #C10503. Grayscale: #C1C1C1. Windows color (decimal): -12649732 or 16579134. OLE color: 16579134.
HSL color Cylindrical-coordinate representation of color #3EFAFC: hue angle of 180.63º degrees, saturation: 0.97, 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 #3EFAFC is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 250 | 252 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.01 |
| HSL | 180.63º | 0.97% | 0.62% | - |
| HSV(B) | 180.63º | 0.75% | 0.99% | - |
| XYZ | 53.74 | 76.42 | 104.01 | - |
| YUV | 194.02 | 160.72 | 33.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 250 | 252 | 0.75 | 0.01 | 0 | 0.01 | 180.63 | 0.97 | 0.62 |
| Hex | 3E | FA | FC | 4B | 1 | 0 | 1 | B5 | 61 | 3E |
| Octal | 76 | 372 | 374 | 113 | 1 | 0 | 1 | 265 | 141 | 76 |
| Binary | 111110 | 11111010 | 11111100 | 1001011 | 1 | 0 | 1 | 10110101 | 1100001 | 111110 |
Color Harmonies of #3EFAFC
Complementary color
Monochromatic Colors of #3EFAFC
Black with #3EFAFC
Text Example
Text Example
White with #3EFAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFAFC; }
p { color: rgb(62,250,252); }
H1.HeaderClassName
{
color: #3EFAFC;
}
.AnyTagClassName
{
color: #3EFAFC;
}
</style>
background-color css
<style>
a { background-color: #3EFAFC; }
a { background-color: rgb(62,250,252); }
div.DivClassName
{
background-color: #3EFAFC;
}
.BgClassName
{
background-color: #3EFAFC;
}
</style>
border-color css
<style>
span { border-color: #3EFAFC; }
span { border-color: rgb(62,250,252); }
td.TdClassName
{
border-color: #3EFAFC;
}
.TagClassName
{
border-color: #3EFAFC;
}
</style>