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