Shades of Baby Blue #3AFDFF
Tints of Baby Blue #3AFDFF
RGB
CMYK
RGB Variations
Color information
#3AFDFF (or 0x3AFDFF) is known color: Baby Blue. HEX triplet: 3A, FD and FF. RGB value is (58,253,255). Sum of RGB (Red+Green+Blue) = 58+253+255=566 (74% of max value = 765). Red value is 58 (23.05% from 255 or 10.25% from 566); Green value is 253 (99.22% from 255 or 44.70% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #3AFDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFDFF is #C50200. Grayscale: #C2C2C2. Windows color (decimal): -12911105 or 16776506. OLE color: 16776506.
HSL color Cylindrical-coordinate representation of color #3AFDFF: hue angle of 180.61º 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 #3AFDFF is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 253 | 255 | - |
| CMYK | 0.77 | 0.01 | 0 | 0 |
| HSL | 180.61º | 1% | 0.61% | - |
| HSV(B) | 180.61º | 0.77% | 1% | - |
| XYZ | 54.92 | 78.37 | 106.84 | - |
| YUV | 194.92 | 161.9 | 30.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 253 | 255 | 0.77 | 0.01 | 0 | 0 | 180.61 | 1 | 0.61 |
| Hex | 3A | FD | FF | 4D | 1 | 0 | 0 | B5 | 64 | 3D |
| Octal | 72 | 375 | 377 | 115 | 1 | 0 | 0 | 265 | 144 | 75 |
| Binary | 111010 | 11111101 | 11111111 | 1001101 | 1 | 0 | 0 | 10110101 | 1100100 | 111101 |
Color Harmonies of #3AFDFF
Complementary color
Monochromatic Colors of #3AFDFF
Black with #3AFDFF
Text Example
Text Example
White with #3AFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFDFF; }
p { color: rgb(58,253,255); }
H1.HeaderClassName
{
color: #3AFDFF;
}
.AnyTagClassName
{
color: #3AFDFF;
}
</style>
background-color css
<style>
a { background-color: #3AFDFF; }
a { background-color: rgb(58,253,255); }
div.DivClassName
{
background-color: #3AFDFF;
}
.BgClassName
{
background-color: #3AFDFF;
}
</style>
border-color css
<style>
span { border-color: #3AFDFF; }
span { border-color: rgb(58,253,255); }
td.TdClassName
{
border-color: #3AFDFF;
}
.TagClassName
{
border-color: #3AFDFF;
}
</style>