Shades of Baby Blue #3FFBFA
Tints of Baby Blue #3FFBFA
RGB
CMYK
RGB Variations
Color information
#3FFBFA (or 0x3FFBFA) is known color: Baby Blue. HEX triplet: 3F, FB and FA. RGB value is (63,251,250). Sum of RGB (Red+Green+Blue) = 63+251+250=564 (74% of max value = 765). Red value is 63 (25% from 255 or 11.17% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFBFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFBFA is #C00405. Grayscale: #C2C2C2. Windows color (decimal): -12583942 or 16448319. OLE color: 16448319.
HSL color Cylindrical-coordinate representation of color #3FFBFA: hue angle of 179.68º 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 #3FFBFA is Cyan = 0.75, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 251 | 250 | - |
| CMYK | 0.75 | 0 | 0.00 | 0.02 |
| HSL | 179.68º | 0.96% | 0.62% | - |
| HSV(B) | 179.68º | 0.75% | 0.98% | - |
| XYZ | 53.8 | 76.95 | 102.46 | - |
| YUV | 194.67 | 159.22 | 34.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 251 | 250 | 0.75 | 0 | 0.00 | 0.02 | 179.68 | 0.96 | 0.62 |
| Hex | 3F | FB | FA | 4B | 0 | 0 | 2 | B4 | 60 | 3E |
| Octal | 77 | 373 | 372 | 113 | 0 | 0 | 2 | 264 | 140 | 76 |
| Binary | 111111 | 11111011 | 11111010 | 1001011 | 0 | 0 | 10 | 10110100 | 1100000 | 111110 |
Color Harmonies of #3FFBFA
Complementary color
Monochromatic Colors of #3FFBFA
Black with #3FFBFA
Text Example
Text Example
White with #3FFBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFBFA; }
p { color: rgb(63,251,250); }
H1.HeaderClassName
{
color: #3FFBFA;
}
.AnyTagClassName
{
color: #3FFBFA;
}
</style>
background-color css
<style>
a { background-color: #3FFBFA; }
a { background-color: rgb(63,251,250); }
div.DivClassName
{
background-color: #3FFBFA;
}
.BgClassName
{
background-color: #3FFBFA;
}
</style>
border-color css
<style>
span { border-color: #3FFBFA; }
span { border-color: rgb(63,251,250); }
td.TdClassName
{
border-color: #3FFBFA;
}
.TagClassName
{
border-color: #3FFBFA;
}
</style>