Shades of Summer Sky #3CADFF
Tints of Summer Sky #3CADFF
RGB
CMYK
RGB Variations
Color information
#3CADFF (or 0x3CADFF) is known color: Summer Sky. HEX triplet: 3C, AD and FF. RGB value is (60,173,255). Sum of RGB (Red+Green+Blue) = 60+173+255=488 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.30% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CADFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CADFF is #C35200. Grayscale: #949494. Windows color (decimal): -12800513 or 16756028. OLE color: 16756028.
HSL color Cylindrical-coordinate representation of color #3CADFF: hue angle of 205.23º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CADFF is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 173 | 255 | - |
| CMYK | 0.76 | 0.32 | 0 | 0 |
| HSL | 205.23º | 1% | 0.62% | - |
| HSV(B) | 205.23º | 0.76% | 1% | - |
| XYZ | 34.86 | 38.07 | 100.12 | - |
| YUV | 148.56 | 188.06 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 173 | 255 | 0.76 | 0.32 | 0 | 0 | 205.23 | 1 | 0.62 |
| Hex | 3C | AD | FF | 4C | 20 | 0 | 0 | CD | 64 | 3E |
| Octal | 74 | 255 | 377 | 114 | 40 | 0 | 0 | 315 | 144 | 76 |
| Binary | 111100 | 10101101 | 11111111 | 1001100 | 100000 | 0 | 0 | 11001101 | 1100100 | 111110 |
Color Harmonies of #3CADFF
Complementary color
Monochromatic Colors of #3CADFF
Black with #3CADFF
Text Example
Text Example
White with #3CADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CADFF; }
p { color: rgb(60,173,255); }
H1.HeaderClassName
{
color: #3CADFF;
}
.AnyTagClassName
{
color: #3CADFF;
}
</style>
background-color css
<style>
a { background-color: #3CADFF; }
a { background-color: rgb(60,173,255); }
div.DivClassName
{
background-color: #3CADFF;
}
.BgClassName
{
background-color: #3CADFF;
}
</style>
border-color css
<style>
span { border-color: #3CADFF; }
span { border-color: rgb(60,173,255); }
td.TdClassName
{
border-color: #3CADFF;
}
.TagClassName
{
border-color: #3CADFF;
}
</style>