Shades of Baby Blue #3FF3FE
Tints of Baby Blue #3FF3FE
RGB
CMYK
RGB Variations
Color information
#3FF3FE (or 0x3FF3FE) is known color: Baby Blue. HEX triplet: 3F, F3 and FE. RGB value is (63,243,254). Sum of RGB (Red+Green+Blue) = 63+243+254=560 (74% of max value = 765). Red value is 63 (25% from 255 or 11.25% from 560); Green value is 243 (95.31% from 255 or 43.39% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #3FF3FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FF3FE is #C00C01. Grayscale: #BEBEBE. Windows color (decimal): -12585986 or 16708415. OLE color: 16708415.
HSL color Cylindrical-coordinate representation of color #3FF3FE: hue angle of 183.46º 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 #3FF3FE is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 243 | 254 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.00 |
| HSL | 183.46º | 0.99% | 0.62% | - |
| HSV(B) | 183.46º | 0.75% | 1% | - |
| XYZ | 51.99 | 72.31 | 104.98 | - |
| YUV | 190.43 | 163.87 | 37.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 243 | 254 | 0.75 | 0.04 | 0 | 0.00 | 183.46 | 0.99 | 0.62 |
| Hex | 3F | F3 | FE | 4B | 4 | 0 | 0 | B7 | 63 | 3E |
| Octal | 77 | 363 | 376 | 113 | 4 | 0 | 0 | 267 | 143 | 76 |
| Binary | 111111 | 11110011 | 11111110 | 1001011 | 100 | 0 | 0 | 10110111 | 1100011 | 111110 |
Color Harmonies of #3FF3FE
Complementary color
Monochromatic Colors of #3FF3FE
Black with #3FF3FE
Text Example
Text Example
White with #3FF3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF3FE; }
p { color: rgb(63,243,254); }
H1.HeaderClassName
{
color: #3FF3FE;
}
.AnyTagClassName
{
color: #3FF3FE;
}
</style>
background-color css
<style>
a { background-color: #3FF3FE; }
a { background-color: rgb(63,243,254); }
div.DivClassName
{
background-color: #3FF3FE;
}
.BgClassName
{
background-color: #3FF3FE;
}
</style>
border-color css
<style>
span { border-color: #3FF3FE; }
span { border-color: rgb(63,243,254); }
td.TdClassName
{
border-color: #3FF3FE;
}
.TagClassName
{
border-color: #3FF3FE;
}
</style>