Shades of Summer Sky #3ACDFD
Tints of Summer Sky #3ACDFD
RGB
CMYK
RGB Variations
Color information
#3ACDFD (or 0x3ACDFD) is known color: Summer Sky. HEX triplet: 3A, CD and FD. RGB value is (58,205,253). Sum of RGB (Red+Green+Blue) = 58+205+253=516 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.24% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #3ACDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACDFD is #C53202. Grayscale: #A6A6A6. Windows color (decimal): -12923395 or 16633146. OLE color: 16633146.
HSL color Cylindrical-coordinate representation of color #3ACDFD: hue angle of 194.77º degrees, saturation: 0.98, 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 #3ACDFD is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 205 | 253 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.01 |
| HSL | 194.77º | 0.98% | 0.61% | - |
| HSV(B) | 194.77º | 0.77% | 0.99% | - |
| XYZ | 41.31 | 51.65 | 100.72 | - |
| YUV | 166.52 | 176.8 | 50.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 253 | 0.77 | 0.19 | 0 | 0.01 | 194.77 | 0.98 | 0.61 |
| Hex | 3A | CD | FD | 4D | 13 | 0 | 1 | C3 | 62 | 3D |
| Octal | 72 | 315 | 375 | 115 | 23 | 0 | 1 | 303 | 142 | 75 |
| Binary | 111010 | 11001101 | 11111101 | 1001101 | 10011 | 0 | 1 | 11000011 | 1100010 | 111101 |
Color Harmonies of #3ACDFD
Complementary color
Monochromatic Colors of #3ACDFD
Black with #3ACDFD
Text Example
Text Example
White with #3ACDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACDFD; }
p { color: rgb(58,205,253); }
H1.HeaderClassName
{
color: #3ACDFD;
}
.AnyTagClassName
{
color: #3ACDFD;
}
</style>
background-color css
<style>
a { background-color: #3ACDFD; }
a { background-color: rgb(58,205,253); }
div.DivClassName
{
background-color: #3ACDFD;
}
.BgClassName
{
background-color: #3ACDFD;
}
</style>
border-color css
<style>
span { border-color: #3ACDFD; }
span { border-color: rgb(58,205,253); }
td.TdClassName
{
border-color: #3ACDFD;
}
.TagClassName
{
border-color: #3ACDFD;
}
</style>