Shades of Baby Blue #3BFDFF
Tints of Baby Blue #3BFDFF
RGB
CMYK
RGB Variations
Color information
#3BFDFF (or 0x3BFDFF) is known color: Baby Blue. HEX triplet: 3B, FD and FF. RGB value is (59,253,255). Sum of RGB (Red+Green+Blue) = 59+253+255=567 (75% of max value = 765). Red value is 59 (23.44% from 255 or 10.41% from 567); Green value is 253 (99.22% from 255 or 44.62% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #3BFDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BFDFF is #C40200. Grayscale: #C3C3C3. Windows color (decimal): -12845569 or 16776507. OLE color: 16776507.
HSL color Cylindrical-coordinate representation of color #3BFDFF: hue angle of 180.61º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFDFF is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 253 | 255 | - |
| CMYK | 0.77 | 0.01 | 0 | 0 |
| HSL | 180.61º | 1% | 0.62% | - |
| HSV(B) | 180.61º | 0.77% | 1% | - |
| XYZ | 54.98 | 78.4 | 106.84 | - |
| YUV | 195.22 | 161.73 | 30.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 253 | 255 | 0.77 | 0.01 | 0 | 0 | 180.61 | 1 | 0.62 |
| Hex | 3B | FD | FF | 4D | 1 | 0 | 0 | B5 | 64 | 3E |
| Octal | 73 | 375 | 377 | 115 | 1 | 0 | 0 | 265 | 144 | 76 |
| Binary | 111011 | 11111101 | 11111111 | 1001101 | 1 | 0 | 0 | 10110101 | 1100100 | 111110 |
Color Harmonies of #3BFDFF
Complementary color
Monochromatic Colors of #3BFDFF
Black with #3BFDFF
Text Example
Text Example
White with #3BFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFDFF; }
p { color: rgb(59,253,255); }
H1.HeaderClassName
{
color: #3BFDFF;
}
.AnyTagClassName
{
color: #3BFDFF;
}
</style>
background-color css
<style>
a { background-color: #3BFDFF; }
a { background-color: rgb(59,253,255); }
div.DivClassName
{
background-color: #3BFDFF;
}
.BgClassName
{
background-color: #3BFDFF;
}
</style>
border-color css
<style>
span { border-color: #3BFDFF; }
span { border-color: rgb(59,253,255); }
td.TdClassName
{
border-color: #3BFDFF;
}
.TagClassName
{
border-color: #3BFDFF;
}
</style>