Shades of Baby Blue #3BFDFD
Tints of Baby Blue #3BFDFD
RGB
CMYK
RGB Variations
Color information
#3BFDFD (or 0x3BFDFD) is known color: Baby Blue. HEX triplet: 3B, FD and FD. RGB value is (59,253,253). Sum of RGB (Red+Green+Blue) = 59+253+253=565 (74% of max value = 765). Red value is 59 (23.44% from 255 or 10.44% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #3BFDFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BFDFD is #C40202. Grayscale: #C2C2C2. Windows color (decimal): -12845571 or 16645435. OLE color: 16645435.
HSL color Cylindrical-coordinate representation of color #3BFDFD: hue angle of 180º 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 #3BFDFD is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 253 | 253 | - |
| CMYK | 0.77 | 0 | 0 | 0.01 |
| HSL | 180º | 0.98% | 0.61% | - |
| HSV(B) | 180º | 0.77% | 0.99% | - |
| XYZ | 54.66 | 78.27 | 105.16 | - |
| YUV | 194.99 | 160.73 | 31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 253 | 253 | 0.77 | 0 | 0 | 0.01 | 180 | 0.98 | 0.61 |
| Hex | 3B | FD | FD | 4D | 0 | 0 | 1 | B4 | 62 | 3D |
| Octal | 73 | 375 | 375 | 115 | 0 | 0 | 1 | 264 | 142 | 75 |
| Binary | 111011 | 11111101 | 11111101 | 1001101 | 0 | 0 | 1 | 10110100 | 1100010 | 111101 |
Color Harmonies of #3BFDFD
Complementary color
Monochromatic Colors of #3BFDFD
Black with #3BFDFD
Text Example
Text Example
White with #3BFDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFDFD; }
p { color: rgb(59,253,253); }
H1.HeaderClassName
{
color: #3BFDFD;
}
.AnyTagClassName
{
color: #3BFDFD;
}
</style>
background-color css
<style>
a { background-color: #3BFDFD; }
a { background-color: rgb(59,253,253); }
div.DivClassName
{
background-color: #3BFDFD;
}
.BgClassName
{
background-color: #3BFDFD;
}
</style>
border-color css
<style>
span { border-color: #3BFDFD; }
span { border-color: rgb(59,253,253); }
td.TdClassName
{
border-color: #3BFDFD;
}
.TagClassName
{
border-color: #3BFDFD;
}
</style>