Shades of Baby Blue #3AFCFC
Tints of Baby Blue #3AFCFC
RGB
CMYK
RGB Variations
Color information
#3AFCFC (or 0x3AFCFC) is known color: Baby Blue. HEX triplet: 3A, FC and FC. RGB value is (58,252,252). Sum of RGB (Red+Green+Blue) = 58+252+252=562 (74% of max value = 765). Red value is 58 (23.05% from 255 or 10.32% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #3AFCFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFCFC is #C50303. Grayscale: #C1C1C1. Windows color (decimal): -12911364 or 16579642. OLE color: 16579642.
HSL color Cylindrical-coordinate representation of color #3AFCFC: hue angle of 180º degrees, saturation: 0.97, 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 #3AFCFC is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 252 | 252 | - |
| CMYK | 0.77 | 0 | 0 | 0.01 |
| HSL | 180º | 0.97% | 0.61% | - |
| HSV(B) | 180º | 0.77% | 0.99% | - |
| XYZ | 54.13 | 77.55 | 104.21 | - |
| YUV | 193.99 | 160.73 | 31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 252 | 252 | 0.77 | 0 | 0 | 0.01 | 180 | 0.97 | 0.61 |
| Hex | 3A | FC | FC | 4D | 0 | 0 | 1 | B4 | 61 | 3D |
| Octal | 72 | 374 | 374 | 115 | 0 | 0 | 1 | 264 | 141 | 75 |
| Binary | 111010 | 11111100 | 11111100 | 1001101 | 0 | 0 | 1 | 10110100 | 1100001 | 111101 |
Color Harmonies of #3AFCFC
Complementary color
Monochromatic Colors of #3AFCFC
Black with #3AFCFC
Text Example
Text Example
White with #3AFCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFCFC; }
p { color: rgb(58,252,252); }
H1.HeaderClassName
{
color: #3AFCFC;
}
.AnyTagClassName
{
color: #3AFCFC;
}
</style>
background-color css
<style>
a { background-color: #3AFCFC; }
a { background-color: rgb(58,252,252); }
div.DivClassName
{
background-color: #3AFCFC;
}
.BgClassName
{
background-color: #3AFCFC;
}
</style>
border-color css
<style>
span { border-color: #3AFCFC; }
span { border-color: rgb(58,252,252); }
td.TdClassName
{
border-color: #3AFCFC;
}
.TagClassName
{
border-color: #3AFCFC;
}
</style>