Shades of Baby Blue #3FF7FE
Tints of Baby Blue #3FF7FE
RGB
CMYK
RGB Variations
Color information
#3FF7FE (or 0x3FF7FE) is known color: Baby Blue. HEX triplet: 3F, F7 and FE. RGB value is (63,247,254). Sum of RGB (Red+Green+Blue) = 63+247+254=564 (74% of max value = 765). Red value is 63 (25% from 255 or 11.17% from 564); Green value is 247 (96.88% from 255 or 43.79% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #3FF7FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FF7FE is #C00801. Grayscale: #C0C0C0. Windows color (decimal): -12584962 or 16709439. OLE color: 16709439.
HSL color Cylindrical-coordinate representation of color #3FF7FE: hue angle of 182.2º 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 #3FF7FE is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 247 | 254 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.00 |
| HSL | 182.2º | 0.99% | 0.62% | - |
| HSV(B) | 182.2º | 0.75% | 1% | - |
| XYZ | 53.2 | 74.73 | 105.39 | - |
| YUV | 192.78 | 162.54 | 35.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 247 | 254 | 0.75 | 0.03 | 0 | 0.00 | 182.2 | 0.99 | 0.62 |
| Hex | 3F | F7 | FE | 4B | 3 | 0 | 0 | B6 | 63 | 3E |
| Octal | 77 | 367 | 376 | 113 | 3 | 0 | 0 | 266 | 143 | 76 |
| Binary | 111111 | 11110111 | 11111110 | 1001011 | 11 | 0 | 0 | 10110110 | 1100011 | 111110 |
Color Harmonies of #3FF7FE
Complementary color
Monochromatic Colors of #3FF7FE
Black with #3FF7FE
Text Example
Text Example
White with #3FF7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF7FE; }
p { color: rgb(63,247,254); }
H1.HeaderClassName
{
color: #3FF7FE;
}
.AnyTagClassName
{
color: #3FF7FE;
}
</style>
background-color css
<style>
a { background-color: #3FF7FE; }
a { background-color: rgb(63,247,254); }
div.DivClassName
{
background-color: #3FF7FE;
}
.BgClassName
{
background-color: #3FF7FE;
}
</style>
border-color css
<style>
span { border-color: #3FF7FE; }
span { border-color: rgb(63,247,254); }
td.TdClassName
{
border-color: #3FF7FE;
}
.TagClassName
{
border-color: #3FF7FE;
}
</style>