Shades of Baby Blue #3BFDFB
Tints of Baby Blue #3BFDFB
RGB
CMYK
RGB Variations
Color information
#3BFDFB (or 0x3BFDFB) is known color: Baby Blue. HEX triplet: 3B, FD and FB. RGB value is (59,253,251). Sum of RGB (Red+Green+Blue) = 59+253+251=563 (74% of max value = 765). Red value is 59 (23.44% from 255 or 10.48% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFDFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BFDFB is #C40204. Grayscale: #C2C2C2. Windows color (decimal): -12845573 or 16514363. OLE color: 16514363.
HSL color Cylindrical-coordinate representation of color #3BFDFB: hue angle of 179.38º 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 #3BFDFB is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 253 | 251 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.01 |
| HSL | 179.38º | 0.98% | 0.61% | - |
| HSV(B) | 179.38º | 0.77% | 0.99% | - |
| XYZ | 54.34 | 78.15 | 103.49 | - |
| YUV | 194.77 | 159.73 | 31.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 253 | 251 | 0.77 | 0 | 0.01 | 0.01 | 179.38 | 0.98 | 0.61 |
| Hex | 3B | FD | FB | 4D | 0 | 1 | 1 | B3 | 62 | 3D |
| Octal | 73 | 375 | 373 | 115 | 0 | 1 | 1 | 263 | 142 | 75 |
| Binary | 111011 | 11111101 | 11111011 | 1001101 | 0 | 1 | 1 | 10110011 | 1100010 | 111101 |
Color Harmonies of #3BFDFB
Complementary color
Monochromatic Colors of #3BFDFB
Black with #3BFDFB
Text Example
Text Example
White with #3BFDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFDFB; }
p { color: rgb(59,253,251); }
H1.HeaderClassName
{
color: #3BFDFB;
}
.AnyTagClassName
{
color: #3BFDFB;
}
</style>
background-color css
<style>
a { background-color: #3BFDFB; }
a { background-color: rgb(59,253,251); }
div.DivClassName
{
background-color: #3BFDFB;
}
.BgClassName
{
background-color: #3BFDFB;
}
</style>
border-color css
<style>
span { border-color: #3BFDFB; }
span { border-color: rgb(59,253,251); }
td.TdClassName
{
border-color: #3BFDFB;
}
.TagClassName
{
border-color: #3BFDFB;
}
</style>