Shades of Baby Blue #3EFCFF
Tints of Baby Blue #3EFCFF
RGB
CMYK
RGB Variations
Color information
#3EFCFF (or 0x3EFCFF) is known color: Baby Blue. HEX triplet: 3E, FC and FF. RGB value is (62,252,255). Sum of RGB (Red+Green+Blue) = 62+252+255=569 (75% of max value = 765). Red value is 62 (24.61% from 255 or 10.90% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #3EFCFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFCFF is #C10300. Grayscale: #C3C3C3. Windows color (decimal): -12649217 or 16776254. OLE color: 16776254.
HSL color Cylindrical-coordinate representation of color #3EFCFF: hue angle of 180.93º 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 #3EFCFF is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 252 | 255 | - |
| CMYK | 0.76 | 0.01 | 0 | 0 |
| HSL | 180.93º | 1% | 0.62% | - |
| HSV(B) | 180.93º | 0.76% | 1% | - |
| XYZ | 54.85 | 77.86 | 106.75 | - |
| YUV | 195.53 | 161.55 | 32.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 252 | 255 | 0.76 | 0.01 | 0 | 0 | 180.93 | 1 | 0.62 |
| Hex | 3E | FC | FF | 4C | 1 | 0 | 0 | B5 | 64 | 3E |
| Octal | 76 | 374 | 377 | 114 | 1 | 0 | 0 | 265 | 144 | 76 |
| Binary | 111110 | 11111100 | 11111111 | 1001100 | 1 | 0 | 0 | 10110101 | 1100100 | 111110 |
Color Harmonies of #3EFCFF
Complementary color
Monochromatic Colors of #3EFCFF
Black with #3EFCFF
Text Example
Text Example
White with #3EFCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFCFF; }
p { color: rgb(62,252,255); }
H1.HeaderClassName
{
color: #3EFCFF;
}
.AnyTagClassName
{
color: #3EFCFF;
}
</style>
background-color css
<style>
a { background-color: #3EFCFF; }
a { background-color: rgb(62,252,255); }
div.DivClassName
{
background-color: #3EFCFF;
}
.BgClassName
{
background-color: #3EFCFF;
}
</style>
border-color css
<style>
span { border-color: #3EFCFF; }
span { border-color: rgb(62,252,255); }
td.TdClassName
{
border-color: #3EFCFF;
}
.TagClassName
{
border-color: #3EFCFF;
}
</style>