Shades of Baby Blue #3FFBFC
Tints of Baby Blue #3FFBFC
RGB
CMYK
RGB Variations
Color information
#3FFBFC (or 0x3FFBFC) is known color: Baby Blue. HEX triplet: 3F, FB and FC. RGB value is (63,251,252). Sum of RGB (Red+Green+Blue) = 63+251+252=566 (74% of max value = 765). Red value is 63 (25% from 255 or 11.13% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #3FFBFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFBFC is #C00403. Grayscale: #C2C2C2. Windows color (decimal): -12583940 or 16579391. OLE color: 16579391.
HSL color Cylindrical-coordinate representation of color #3FFBFC: hue angle of 180.32º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFBFC is Cyan = 0.75, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 251 | 252 | - |
| CMYK | 0.75 | 0.00 | 0 | 0.01 |
| HSL | 180.32º | 0.97% | 0.62% | - |
| HSV(B) | 180.32º | 0.75% | 0.99% | - |
| XYZ | 54.12 | 77.08 | 104.12 | - |
| YUV | 194.9 | 160.22 | 33.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 251 | 252 | 0.75 | 0.00 | 0 | 0.01 | 180.32 | 0.97 | 0.62 |
| Hex | 3F | FB | FC | 4B | 0 | 0 | 1 | B4 | 61 | 3E |
| Octal | 77 | 373 | 374 | 113 | 0 | 0 | 1 | 264 | 141 | 76 |
| Binary | 111111 | 11111011 | 11111100 | 1001011 | 0 | 0 | 1 | 10110100 | 1100001 | 111110 |
Color Harmonies of #3FFBFC
Complementary color
Monochromatic Colors of #3FFBFC
Black with #3FFBFC
Text Example
Text Example
White with #3FFBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFBFC; }
p { color: rgb(63,251,252); }
H1.HeaderClassName
{
color: #3FFBFC;
}
.AnyTagClassName
{
color: #3FFBFC;
}
</style>
background-color css
<style>
a { background-color: #3FFBFC; }
a { background-color: rgb(63,251,252); }
div.DivClassName
{
background-color: #3FFBFC;
}
.BgClassName
{
background-color: #3FFBFC;
}
</style>
border-color css
<style>
span { border-color: #3FFBFC; }
span { border-color: rgb(63,251,252); }
td.TdClassName
{
border-color: #3FFBFC;
}
.TagClassName
{
border-color: #3FFBFC;
}
</style>