Shades of Baby Blue #3EFAFE
Tints of Baby Blue #3EFAFE
RGB
CMYK
RGB Variations
Color information
#3EFAFE (or 0x3EFAFE) is known color: Baby Blue. HEX triplet: 3E, FA and FE. RGB value is (62,250,254). Sum of RGB (Red+Green+Blue) = 62+250+254=566 (74% of max value = 765). Red value is 62 (24.61% from 255 or 10.95% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #3EFAFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFAFE is #C10501. Grayscale: #C2C2C2. Windows color (decimal): -12649730 or 16710206. OLE color: 16710206.
HSL color Cylindrical-coordinate representation of color #3EFAFE: hue angle of 181.25º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFAFE is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 250 | 254 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.00 |
| HSL | 181.25º | 0.99% | 0.62% | - |
| HSV(B) | 181.25º | 0.76% | 1% | - |
| XYZ | 54.06 | 76.55 | 105.69 | - |
| YUV | 194.24 | 161.72 | 33.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 250 | 254 | 0.76 | 0.02 | 0 | 0.00 | 181.25 | 0.99 | 0.62 |
| Hex | 3E | FA | FE | 4C | 2 | 0 | 0 | B5 | 63 | 3E |
| Octal | 76 | 372 | 376 | 114 | 2 | 0 | 0 | 265 | 143 | 76 |
| Binary | 111110 | 11111010 | 11111110 | 1001100 | 10 | 0 | 0 | 10110101 | 1100011 | 111110 |
Color Harmonies of #3EFAFE
Complementary color
Monochromatic Colors of #3EFAFE
Black with #3EFAFE
Text Example
Text Example
White with #3EFAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFAFE; }
p { color: rgb(62,250,254); }
H1.HeaderClassName
{
color: #3EFAFE;
}
.AnyTagClassName
{
color: #3EFAFE;
}
</style>
background-color css
<style>
a { background-color: #3EFAFE; }
a { background-color: rgb(62,250,254); }
div.DivClassName
{
background-color: #3EFAFE;
}
.BgClassName
{
background-color: #3EFAFE;
}
</style>
border-color css
<style>
span { border-color: #3EFAFE; }
span { border-color: rgb(62,250,254); }
td.TdClassName
{
border-color: #3EFAFE;
}
.TagClassName
{
border-color: #3EFAFE;
}
</style>