Shades of Baby Blue #3EF3FE
Tints of Baby Blue #3EF3FE
RGB
CMYK
RGB Variations
Color information
#3EF3FE (or 0x3EF3FE) is known color: Baby Blue. HEX triplet: 3E, F3 and FE. RGB value is (62,243,254). Sum of RGB (Red+Green+Blue) = 62+243+254=559 (74% of max value = 765). Red value is 62 (24.61% from 255 or 11.09% from 559); Green value is 243 (95.31% from 255 or 43.47% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #3EF3FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EF3FE is #C10C01. Grayscale: #BDBDBD. Windows color (decimal): -12651522 or 16708414. OLE color: 16708414.
HSL color Cylindrical-coordinate representation of color #3EF3FE: hue angle of 183.44º 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 #3EF3FE is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 243 | 254 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.00 |
| HSL | 183.44º | 0.99% | 0.62% | - |
| HSV(B) | 183.44º | 0.76% | 1% | - |
| XYZ | 51.93 | 72.28 | 104.98 | - |
| YUV | 190.14 | 164.03 | 36.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 243 | 254 | 0.76 | 0.04 | 0 | 0.00 | 183.44 | 0.99 | 0.62 |
| Hex | 3E | F3 | FE | 4C | 4 | 0 | 0 | B7 | 63 | 3E |
| Octal | 76 | 363 | 376 | 114 | 4 | 0 | 0 | 267 | 143 | 76 |
| Binary | 111110 | 11110011 | 11111110 | 1001100 | 100 | 0 | 0 | 10110111 | 1100011 | 111110 |
Color Harmonies of #3EF3FE
Complementary color
Monochromatic Colors of #3EF3FE
Black with #3EF3FE
Text Example
Text Example
White with #3EF3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF3FE; }
p { color: rgb(62,243,254); }
H1.HeaderClassName
{
color: #3EF3FE;
}
.AnyTagClassName
{
color: #3EF3FE;
}
</style>
background-color css
<style>
a { background-color: #3EF3FE; }
a { background-color: rgb(62,243,254); }
div.DivClassName
{
background-color: #3EF3FE;
}
.BgClassName
{
background-color: #3EF3FE;
}
</style>
border-color css
<style>
span { border-color: #3EF3FE; }
span { border-color: rgb(62,243,254); }
td.TdClassName
{
border-color: #3EF3FE;
}
.TagClassName
{
border-color: #3EF3FE;
}
</style>