Shades of Summer Sky #3AC5DD
Tints of Summer Sky #3AC5DD
RGB
CMYK
RGB Variations
Color information
#3AC5DD (or 0x3AC5DD) is known color: Summer Sky. HEX triplet: 3A, C5 and DD. RGB value is (58,197,221). Sum of RGB (Red+Green+Blue) = 58+197+221=476 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.18% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #3AC5DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC5DD is #C53A22. Grayscale: #9D9D9D. Windows color (decimal): -12925475 or 14533946. OLE color: 14533946.
HSL color Cylindrical-coordinate representation of color #3AC5DD: hue angle of 188.83º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AC5DD is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 197 | 221 | - |
| CMYK | 0.74 | 0.11 | 0 | 0.13 |
| HSL | 188.83º | 0.71% | 0.55% | - |
| HSV(B) | 188.83º | 0.74% | 0.87% | - |
| XYZ | 34.76 | 46.05 | 75.46 | - |
| YUV | 158.18 | 163.45 | 56.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 197 | 221 | 0.74 | 0.11 | 0 | 0.13 | 188.83 | 0.71 | 0.55 |
| Hex | 3A | C5 | DD | 4A | B | 0 | D | BD | 47 | 37 |
| Octal | 72 | 305 | 335 | 112 | 13 | 0 | 15 | 275 | 107 | 67 |
| Binary | 111010 | 11000101 | 11011101 | 1001010 | 1011 | 0 | 1101 | 10111101 | 1000111 | 110111 |
Color Harmonies of #3AC5DD
Complementary color
Monochromatic Colors of #3AC5DD
Black with #3AC5DD
Text Example
Text Example
White with #3AC5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC5DD; }
p { color: rgb(58,197,221); }
H1.HeaderClassName
{
color: #3AC5DD;
}
.AnyTagClassName
{
color: #3AC5DD;
}
</style>
background-color css
<style>
a { background-color: #3AC5DD; }
a { background-color: rgb(58,197,221); }
div.DivClassName
{
background-color: #3AC5DD;
}
.BgClassName
{
background-color: #3AC5DD;
}
</style>
border-color css
<style>
span { border-color: #3AC5DD; }
span { border-color: rgb(58,197,221); }
td.TdClassName
{
border-color: #3AC5DD;
}
.TagClassName
{
border-color: #3AC5DD;
}
</style>