Shades of Baby Blue #3EFFF8
Tints of Baby Blue #3EFFF8
RGB
CMYK
RGB Variations
Color information
#3EFFF8 (or 0x3EFFF8) is known color: Baby Blue. HEX triplet: 3E, FF and F8. RGB value is (62,255,248). Sum of RGB (Red+Green+Blue) = 62+255+248=565 (74% of max value = 765). Red value is 62 (24.61% from 255 or 10.97% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 248 (97.27% from 255 or 43.89% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFFF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFFF8 is #C10007. Grayscale: #C4C4C4. Windows color (decimal): -12648456 or 16318270. OLE color: 16318270.
HSL color Cylindrical-coordinate representation of color #3EFFF8: hue angle of 177.82º 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 #3EFFF8 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 255 | 248 | - |
| CMYK | 0.76 | 0 | 0.03 | 0 |
| HSL | 177.82º | 1% | 0.62% | - |
| HSV(B) | 177.82º | 0.76% | 1% | - |
| XYZ | 54.69 | 79.32 | 101.24 | - |
| YUV | 196.5 | 157.06 | 32.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 255 | 248 | 0.76 | 0 | 0.03 | 0 | 177.82 | 1 | 0.62 |
| Hex | 3E | FF | F8 | 4C | 0 | 3 | 0 | B2 | 64 | 3E |
| Octal | 76 | 377 | 370 | 114 | 0 | 3 | 0 | 262 | 144 | 76 |
| Binary | 111110 | 11111111 | 11111000 | 1001100 | 0 | 11 | 0 | 10110010 | 1100100 | 111110 |
Color Harmonies of #3EFFF8
Complementary color
Monochromatic Colors of #3EFFF8
Black with #3EFFF8
Text Example
Text Example
White with #3EFFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFFF8; }
p { color: rgb(62,255,248); }
H1.HeaderClassName
{
color: #3EFFF8;
}
.AnyTagClassName
{
color: #3EFFF8;
}
</style>
background-color css
<style>
a { background-color: #3EFFF8; }
a { background-color: rgb(62,255,248); }
div.DivClassName
{
background-color: #3EFFF8;
}
.BgClassName
{
background-color: #3EFFF8;
}
</style>
border-color css
<style>
span { border-color: #3EFFF8; }
span { border-color: rgb(62,255,248); }
td.TdClassName
{
border-color: #3EFFF8;
}
.TagClassName
{
border-color: #3EFFF8;
}
</style>