Shades of Baby Blue #3BFEFD
Tints of Baby Blue #3BFEFD
RGB
CMYK
RGB Variations
Color information
#3BFEFD (or 0x3BFEFD) is known color: Baby Blue. HEX triplet: 3B, FE and FD. RGB value is (59,254,253). Sum of RGB (Red+Green+Blue) = 59+254+253=566 (74% of max value = 765). Red value is 59 (23.44% from 255 or 10.42% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFEFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BFEFD is #C40102. Grayscale: #C3C3C3. Windows color (decimal): -12845315 or 16645691. OLE color: 16645691.
HSL color Cylindrical-coordinate representation of color #3BFEFD: hue angle of 179.69º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFEFD is Cyan = 0.77, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 253 | - |
| CMYK | 0.77 | 0 | 0.00 | 0.00 |
| HSL | 179.69º | 0.99% | 0.61% | - |
| HSV(B) | 179.69º | 0.77% | 1% | - |
| XYZ | 54.98 | 78.91 | 105.26 | - |
| YUV | 195.58 | 160.4 | 30.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 253 | 0.77 | 0 | 0.00 | 0.00 | 179.69 | 0.99 | 0.61 |
| Hex | 3B | FE | FD | 4D | 0 | 0 | 0 | B4 | 63 | 3D |
| Octal | 73 | 376 | 375 | 115 | 0 | 0 | 0 | 264 | 143 | 75 |
| Binary | 111011 | 11111110 | 11111101 | 1001101 | 0 | 0 | 0 | 10110100 | 1100011 | 111101 |
Color Harmonies of #3BFEFD
Complementary color
Monochromatic Colors of #3BFEFD
Black with #3BFEFD
Text Example
Text Example
White with #3BFEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFEFD; }
p { color: rgb(59,254,253); }
H1.HeaderClassName
{
color: #3BFEFD;
}
.AnyTagClassName
{
color: #3BFEFD;
}
</style>
background-color css
<style>
a { background-color: #3BFEFD; }
a { background-color: rgb(59,254,253); }
div.DivClassName
{
background-color: #3BFEFD;
}
.BgClassName
{
background-color: #3BFEFD;
}
</style>
border-color css
<style>
span { border-color: #3BFEFD; }
span { border-color: rgb(59,254,253); }
td.TdClassName
{
border-color: #3BFEFD;
}
.TagClassName
{
border-color: #3BFEFD;
}
</style>