Shades of Summer Sky #3ACDFC
Tints of Summer Sky #3ACDFC
RGB
CMYK
RGB Variations
Color information
#3ACDFC (or 0x3ACDFC) is known color: Summer Sky. HEX triplet: 3A, CD and FC. RGB value is (58,205,252). Sum of RGB (Red+Green+Blue) = 58+205+252=515 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.26% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #3ACDFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACDFC is #C53203. Grayscale: #A6A6A6. Windows color (decimal): -12923396 or 16567610. OLE color: 16567610.
HSL color Cylindrical-coordinate representation of color #3ACDFC: hue angle of 194.54º 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 #3ACDFC is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 205 | 252 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.01 |
| HSL | 194.54º | 0.97% | 0.61% | - |
| HSV(B) | 194.54º | 0.77% | 0.99% | - |
| XYZ | 41.15 | 51.59 | 99.88 | - |
| YUV | 166.41 | 176.3 | 50.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 252 | 0.77 | 0.19 | 0 | 0.01 | 194.54 | 0.97 | 0.61 |
| Hex | 3A | CD | FC | 4D | 13 | 0 | 1 | C3 | 61 | 3D |
| Octal | 72 | 315 | 374 | 115 | 23 | 0 | 1 | 303 | 141 | 75 |
| Binary | 111010 | 11001101 | 11111100 | 1001101 | 10011 | 0 | 1 | 11000011 | 1100001 | 111101 |
Color Harmonies of #3ACDFC
Complementary color
Monochromatic Colors of #3ACDFC
Black with #3ACDFC
Text Example
Text Example
White with #3ACDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACDFC; }
p { color: rgb(58,205,252); }
H1.HeaderClassName
{
color: #3ACDFC;
}
.AnyTagClassName
{
color: #3ACDFC;
}
</style>
background-color css
<style>
a { background-color: #3ACDFC; }
a { background-color: rgb(58,205,252); }
div.DivClassName
{
background-color: #3ACDFC;
}
.BgClassName
{
background-color: #3ACDFC;
}
</style>
border-color css
<style>
span { border-color: #3ACDFC; }
span { border-color: rgb(58,205,252); }
td.TdClassName
{
border-color: #3ACDFC;
}
.TagClassName
{
border-color: #3ACDFC;
}
</style>