Shades of Baby Blue #3BFBFD
Tints of Baby Blue #3BFBFD
RGB
CMYK
RGB Variations
Color information
#3BFBFD (or 0x3BFBFD) is known color: Baby Blue. HEX triplet: 3B, FB and FD. RGB value is (59,251,253). Sum of RGB (Red+Green+Blue) = 59+251+253=563 (74% of max value = 765). Red value is 59 (23.44% from 255 or 10.48% from 563); Green value is 251 (98.44% from 255 or 44.58% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #3BFBFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BFBFD is #C40402. Grayscale: #C1C1C1. Windows color (decimal): -12846083 or 16644923. OLE color: 16644923.
HSL color Cylindrical-coordinate representation of color #3BFBFD: hue angle of 180.62º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFBFD is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 251 | 253 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.01 |
| HSL | 180.62º | 0.98% | 0.61% | - |
| HSV(B) | 180.62º | 0.77% | 0.99% | - |
| XYZ | 54.03 | 77.02 | 104.95 | - |
| YUV | 193.82 | 161.39 | 31.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 251 | 253 | 0.77 | 0.01 | 0 | 0.01 | 180.62 | 0.98 | 0.61 |
| Hex | 3B | FB | FD | 4D | 1 | 0 | 1 | B5 | 62 | 3D |
| Octal | 73 | 373 | 375 | 115 | 1 | 0 | 1 | 265 | 142 | 75 |
| Binary | 111011 | 11111011 | 11111101 | 1001101 | 1 | 0 | 1 | 10110101 | 1100010 | 111101 |
Color Harmonies of #3BFBFD
Complementary color
Monochromatic Colors of #3BFBFD
Black with #3BFBFD
Text Example
Text Example
White with #3BFBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFBFD; }
p { color: rgb(59,251,253); }
H1.HeaderClassName
{
color: #3BFBFD;
}
.AnyTagClassName
{
color: #3BFBFD;
}
</style>
background-color css
<style>
a { background-color: #3BFBFD; }
a { background-color: rgb(59,251,253); }
div.DivClassName
{
background-color: #3BFBFD;
}
.BgClassName
{
background-color: #3BFBFD;
}
</style>
border-color css
<style>
span { border-color: #3BFBFD; }
span { border-color: rgb(59,251,253); }
td.TdClassName
{
border-color: #3BFBFD;
}
.TagClassName
{
border-color: #3BFBFD;
}
</style>