Shades of Baby Blue #3AFFFD
Tints of Baby Blue #3AFFFD
RGB
CMYK
RGB Variations
Color information
#3AFFFD (or 0x3AFFFD) is known color: Baby Blue. HEX triplet: 3A, FF and FD. RGB value is (58,255,253). Sum of RGB (Red+Green+Blue) = 58+255+253=566 (74% of max value = 765). Red value is 58 (23.05% from 255 or 10.25% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFFFD is #C50002. Grayscale: #C3C3C3. Windows color (decimal): -12910595 or 16645946. OLE color: 16645946.
HSL color Cylindrical-coordinate representation of color #3AFFFD: hue angle of 179.39º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFFFD is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 253 | - |
| CMYK | 0.77 | 0 | 0.01 | 0 |
| HSL | 179.39º | 1% | 0.61% | - |
| HSV(B) | 179.39º | 0.77% | 1% | - |
| XYZ | 55.23 | 79.51 | 105.36 | - |
| YUV | 195.87 | 160.23 | 29.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 253 | 0.77 | 0 | 0.01 | 0 | 179.39 | 1 | 0.61 |
| Hex | 3A | FF | FD | 4D | 0 | 1 | 0 | B3 | 64 | 3D |
| Octal | 72 | 377 | 375 | 115 | 0 | 1 | 0 | 263 | 144 | 75 |
| Binary | 111010 | 11111111 | 11111101 | 1001101 | 0 | 1 | 0 | 10110011 | 1100100 | 111101 |
Color Harmonies of #3AFFFD
Complementary color
Monochromatic Colors of #3AFFFD
Black with #3AFFFD
Text Example
Text Example
White with #3AFFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFFFD; }
p { color: rgb(58,255,253); }
H1.HeaderClassName
{
color: #3AFFFD;
}
.AnyTagClassName
{
color: #3AFFFD;
}
</style>
background-color css
<style>
a { background-color: #3AFFFD; }
a { background-color: rgb(58,255,253); }
div.DivClassName
{
background-color: #3AFFFD;
}
.BgClassName
{
background-color: #3AFFFD;
}
</style>
border-color css
<style>
span { border-color: #3AFFFD; }
span { border-color: rgb(58,255,253); }
td.TdClassName
{
border-color: #3AFFFD;
}
.TagClassName
{
border-color: #3AFFFD;
}
</style>