Shades of Baby Blue #3FFEFF
Tints of Baby Blue #3FFEFF
RGB
CMYK
RGB Variations
Color information
#3FFEFF (or 0x3FFEFF) is known color: Baby Blue. HEX triplet: 3F, FE and FF. RGB value is (63,254,255). Sum of RGB (Red+Green+Blue) = 63+254+255=572 (75% of max value = 765). Red value is 63 (25% from 255 or 11.01% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #3FFEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFEFF is #C00100. Grayscale: #C4C4C4. Windows color (decimal): -12583169 or 16776767. OLE color: 16776767.
HSL color Cylindrical-coordinate representation of color #3FFEFF: hue angle of 180.31º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFEFF is Cyan = 0.75, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 254 | 255 | - |
| CMYK | 0.75 | 0.00 | 0 | 0 |
| HSL | 180.31º | 1% | 0.62% | - |
| HSV(B) | 180.31º | 0.75% | 1% | - |
| XYZ | 55.54 | 79.16 | 106.96 | - |
| YUV | 197.01 | 160.72 | 32.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 254 | 255 | 0.75 | 0.00 | 0 | 0 | 180.31 | 1 | 0.62 |
| Hex | 3F | FE | FF | 4B | 0 | 0 | 0 | B4 | 64 | 3E |
| Octal | 77 | 376 | 377 | 113 | 0 | 0 | 0 | 264 | 144 | 76 |
| Binary | 111111 | 11111110 | 11111111 | 1001011 | 0 | 0 | 0 | 10110100 | 1100100 | 111110 |
Color Harmonies of #3FFEFF
Complementary color
Monochromatic Colors of #3FFEFF
Black with #3FFEFF
Text Example
Text Example
White with #3FFEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFEFF; }
p { color: rgb(63,254,255); }
H1.HeaderClassName
{
color: #3FFEFF;
}
.AnyTagClassName
{
color: #3FFEFF;
}
</style>
background-color css
<style>
a { background-color: #3FFEFF; }
a { background-color: rgb(63,254,255); }
div.DivClassName
{
background-color: #3FFEFF;
}
.BgClassName
{
background-color: #3FFEFF;
}
</style>
border-color css
<style>
span { border-color: #3FFEFF; }
span { border-color: rgb(63,254,255); }
td.TdClassName
{
border-color: #3FFEFF;
}
.TagClassName
{
border-color: #3FFEFF;
}
</style>