Shades of Baby Blue #3AFFFC
Tints of Baby Blue #3AFFFC
RGB
CMYK
RGB Variations
Color information
#3AFFFC (or 0x3AFFFC) is known color: Baby Blue. HEX triplet: 3A, FF and FC. RGB value is (58,255,252). Sum of RGB (Red+Green+Blue) = 58+255+252=565 (74% of max value = 765). Red value is 58 (23.05% from 255 or 10.27% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFFFC is #C50003. Grayscale: #C3C3C3. Windows color (decimal): -12910596 or 16580410. OLE color: 16580410.
HSL color Cylindrical-coordinate representation of color #3AFFFC: hue angle of 179.09º 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 #3AFFFC is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 252 | - |
| CMYK | 0.77 | 0 | 0.01 | 0 |
| HSL | 179.09º | 1% | 0.61% | - |
| HSV(B) | 179.09º | 0.77% | 1% | - |
| XYZ | 55.08 | 79.45 | 104.53 | - |
| YUV | 195.76 | 159.73 | 29.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 252 | 0.77 | 0 | 0.01 | 0 | 179.09 | 1 | 0.61 |
| Hex | 3A | FF | FC | 4D | 0 | 1 | 0 | B3 | 64 | 3D |
| Octal | 72 | 377 | 374 | 115 | 0 | 1 | 0 | 263 | 144 | 75 |
| Binary | 111010 | 11111111 | 11111100 | 1001101 | 0 | 1 | 0 | 10110011 | 1100100 | 111101 |
Color Harmonies of #3AFFFC
Complementary color
Monochromatic Colors of #3AFFFC
Black with #3AFFFC
Text Example
Text Example
White with #3AFFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFFFC; }
p { color: rgb(58,255,252); }
H1.HeaderClassName
{
color: #3AFFFC;
}
.AnyTagClassName
{
color: #3AFFFC;
}
</style>
background-color css
<style>
a { background-color: #3AFFFC; }
a { background-color: rgb(58,255,252); }
div.DivClassName
{
background-color: #3AFFFC;
}
.BgClassName
{
background-color: #3AFFFC;
}
</style>
border-color css
<style>
span { border-color: #3AFFFC; }
span { border-color: rgb(58,255,252); }
td.TdClassName
{
border-color: #3AFFFC;
}
.TagClassName
{
border-color: #3AFFFC;
}
</style>