Shades of Baby Blue #3FF8FE
Tints of Baby Blue #3FF8FE
RGB
CMYK
RGB Variations
Color information
#3FF8FE (or 0x3FF8FE) is known color: Baby Blue. HEX triplet: 3F, F8 and FE. RGB value is (63,248,254). Sum of RGB (Red+Green+Blue) = 63+248+254=565 (74% of max value = 765). Red value is 63 (25% from 255 or 11.15% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #3FF8FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FF8FE is #C00701. Grayscale: #C1C1C1. Windows color (decimal): -12584706 or 16709695. OLE color: 16709695.
HSL color Cylindrical-coordinate representation of color #3FF8FE: hue angle of 181.88º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FF8FE is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 248 | 254 | - |
| CMYK | 0.75 | 0.02 | 0 | 0.00 |
| HSL | 181.88º | 0.99% | 0.62% | - |
| HSV(B) | 181.88º | 0.75% | 1% | - |
| XYZ | 53.51 | 75.35 | 105.49 | - |
| YUV | 193.37 | 162.21 | 35.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 248 | 254 | 0.75 | 0.02 | 0 | 0.00 | 181.88 | 0.99 | 0.62 |
| Hex | 3F | F8 | FE | 4B | 2 | 0 | 0 | B6 | 63 | 3E |
| Octal | 77 | 370 | 376 | 113 | 2 | 0 | 0 | 266 | 143 | 76 |
| Binary | 111111 | 11111000 | 11111110 | 1001011 | 10 | 0 | 0 | 10110110 | 1100011 | 111110 |
Color Harmonies of #3FF8FE
Complementary color
Monochromatic Colors of #3FF8FE
Black with #3FF8FE
Text Example
Text Example
White with #3FF8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF8FE; }
p { color: rgb(63,248,254); }
H1.HeaderClassName
{
color: #3FF8FE;
}
.AnyTagClassName
{
color: #3FF8FE;
}
</style>
background-color css
<style>
a { background-color: #3FF8FE; }
a { background-color: rgb(63,248,254); }
div.DivClassName
{
background-color: #3FF8FE;
}
.BgClassName
{
background-color: #3FF8FE;
}
</style>
border-color css
<style>
span { border-color: #3FF8FE; }
span { border-color: rgb(63,248,254); }
td.TdClassName
{
border-color: #3FF8FE;
}
.TagClassName
{
border-color: #3FF8FE;
}
</style>