Shades of Summer Sky #3CAFFD
Tints of Summer Sky #3CAFFD
RGB
CMYK
RGB Variations
Color information
#3CAFFD (or 0x3CAFFD) is known color: Summer Sky. HEX triplet: 3C, AF and FD. RGB value is (60,175,253). Sum of RGB (Red+Green+Blue) = 60+175+253=488 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.30% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #3CAFFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CAFFD is #C35002. Grayscale: #959595. Windows color (decimal): -12800003 or 16625468. OLE color: 16625468.
HSL color Cylindrical-coordinate representation of color #3CAFFD: hue angle of 204.25º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CAFFD is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 175 | 253 | - |
| CMYK | 0.76 | 0.31 | 0 | 0.01 |
| HSL | 204.25º | 0.98% | 0.61% | - |
| HSV(B) | 204.25º | 0.76% | 0.99% | - |
| XYZ | 34.92 | 38.71 | 98.56 | - |
| YUV | 149.51 | 186.4 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 253 | 0.76 | 0.31 | 0 | 0.01 | 204.25 | 0.98 | 0.61 |
| Hex | 3C | AF | FD | 4C | 1F | 0 | 1 | CC | 62 | 3D |
| Octal | 74 | 257 | 375 | 114 | 37 | 0 | 1 | 314 | 142 | 75 |
| Binary | 111100 | 10101111 | 11111101 | 1001100 | 11111 | 0 | 1 | 11001100 | 1100010 | 111101 |
Color Harmonies of #3CAFFD
Complementary color
Monochromatic Colors of #3CAFFD
Black with #3CAFFD
Text Example
Text Example
White with #3CAFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAFFD; }
p { color: rgb(60,175,253); }
H1.HeaderClassName
{
color: #3CAFFD;
}
.AnyTagClassName
{
color: #3CAFFD;
}
</style>
background-color css
<style>
a { background-color: #3CAFFD; }
a { background-color: rgb(60,175,253); }
div.DivClassName
{
background-color: #3CAFFD;
}
.BgClassName
{
background-color: #3CAFFD;
}
</style>
border-color css
<style>
span { border-color: #3CAFFD; }
span { border-color: rgb(60,175,253); }
td.TdClassName
{
border-color: #3CAFFD;
}
.TagClassName
{
border-color: #3CAFFD;
}
</style>