Shades of Baby Blue #3FF9FB
Tints of Baby Blue #3FF9FB
RGB
CMYK
RGB Variations
Color information
#3FF9FB (or 0x3FF9FB) is known color: Baby Blue. HEX triplet: 3F, F9 and FB. RGB value is (63,249,251). Sum of RGB (Red+Green+Blue) = 63+249+251=563 (74% of max value = 765). Red value is 63 (25% from 255 or 11.19% from 563); Green value is 249 (97.66% from 255 or 44.23% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #3FF9FB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FF9FB is #C00604. Grayscale: #C1C1C1. Windows color (decimal): -12584453 or 16513343. OLE color: 16513343.
HSL color Cylindrical-coordinate representation of color #3FF9FB: hue angle of 180.64º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FF9FB is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 249 | 251 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.02 |
| HSL | 180.64º | 0.96% | 0.62% | - |
| HSV(B) | 180.64º | 0.75% | 0.98% | - |
| XYZ | 53.34 | 75.77 | 103.08 | - |
| YUV | 193.61 | 160.38 | 34.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 249 | 251 | 0.75 | 0.01 | 0 | 0.02 | 180.64 | 0.96 | 0.62 |
| Hex | 3F | F9 | FB | 4B | 1 | 0 | 2 | B5 | 60 | 3E |
| Octal | 77 | 371 | 373 | 113 | 1 | 0 | 2 | 265 | 140 | 76 |
| Binary | 111111 | 11111001 | 11111011 | 1001011 | 1 | 0 | 10 | 10110101 | 1100000 | 111110 |
Color Harmonies of #3FF9FB
Complementary color
Monochromatic Colors of #3FF9FB
Black with #3FF9FB
Text Example
Text Example
White with #3FF9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF9FB; }
p { color: rgb(63,249,251); }
H1.HeaderClassName
{
color: #3FF9FB;
}
.AnyTagClassName
{
color: #3FF9FB;
}
</style>
background-color css
<style>
a { background-color: #3FF9FB; }
a { background-color: rgb(63,249,251); }
div.DivClassName
{
background-color: #3FF9FB;
}
.BgClassName
{
background-color: #3FF9FB;
}
</style>
border-color css
<style>
span { border-color: #3FF9FB; }
span { border-color: rgb(63,249,251); }
td.TdClassName
{
border-color: #3FF9FB;
}
.TagClassName
{
border-color: #3FF9FB;
}
</style>