Shades of Baby Blue #3EFEFC
Tints of Baby Blue #3EFEFC
RGB
CMYK
RGB Variations
Color information
#3EFEFC (or 0x3EFEFC) is known color: Baby Blue. HEX triplet: 3E, FE and FC. RGB value is (62,254,252). Sum of RGB (Red+Green+Blue) = 62+254+252=568 (75% of max value = 765). Red value is 62 (24.61% from 255 or 10.92% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #3EFEFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFEFC is #C10103. Grayscale: #C4C4C4. Windows color (decimal): -12648708 or 16580158. OLE color: 16580158.
HSL color Cylindrical-coordinate representation of color #3EFEFC: hue angle of 179.38º 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 #3EFEFC is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 254 | 252 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.00 |
| HSL | 179.38º | 0.99% | 0.62% | - |
| HSV(B) | 179.38º | 0.76% | 1% | - |
| XYZ | 55 | 78.94 | 104.43 | - |
| YUV | 196.36 | 159.39 | 32.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 254 | 252 | 0.76 | 0 | 0.01 | 0.00 | 179.38 | 0.99 | 0.62 |
| Hex | 3E | FE | FC | 4C | 0 | 1 | 0 | B3 | 63 | 3E |
| Octal | 76 | 376 | 374 | 114 | 0 | 1 | 0 | 263 | 143 | 76 |
| Binary | 111110 | 11111110 | 11111100 | 1001100 | 0 | 1 | 0 | 10110011 | 1100011 | 111110 |
Color Harmonies of #3EFEFC
Complementary color
Monochromatic Colors of #3EFEFC
Black with #3EFEFC
Text Example
Text Example
White with #3EFEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFEFC; }
p { color: rgb(62,254,252); }
H1.HeaderClassName
{
color: #3EFEFC;
}
.AnyTagClassName
{
color: #3EFEFC;
}
</style>
background-color css
<style>
a { background-color: #3EFEFC; }
a { background-color: rgb(62,254,252); }
div.DivClassName
{
background-color: #3EFEFC;
}
.BgClassName
{
background-color: #3EFEFC;
}
</style>
border-color css
<style>
span { border-color: #3EFEFC; }
span { border-color: rgb(62,254,252); }
td.TdClassName
{
border-color: #3EFEFC;
}
.TagClassName
{
border-color: #3EFEFC;
}
</style>