Shades of Summer Sky #3CAFDF
Tints of Summer Sky #3CAFDF
RGB
CMYK
RGB Variations
Color information
#3CAFDF (or 0x3CAFDF) is known color: Summer Sky. HEX triplet: 3C, AF and DF. RGB value is (60,175,223). Sum of RGB (Red+Green+Blue) = 60+175+223=458 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.10% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #3CAFDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CAFDF is #C35020. Grayscale: #919191. Windows color (decimal): -12800033 or 14659388. OLE color: 14659388.
HSL color Cylindrical-coordinate representation of color #3CAFDF: hue angle of 197.67º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CAFDF is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 175 | 223 | - |
| CMYK | 0.73 | 0.22 | 0 | 0.13 |
| HSL | 197.67º | 0.72% | 0.55% | - |
| HSV(B) | 197.67º | 0.73% | 0.87% | - |
| XYZ | 30.51 | 36.95 | 75.34 | - |
| YUV | 146.09 | 171.4 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 223 | 0.73 | 0.22 | 0 | 0.13 | 197.67 | 0.72 | 0.55 |
| Hex | 3C | AF | DF | 49 | 16 | 0 | D | C6 | 48 | 37 |
| Octal | 74 | 257 | 337 | 111 | 26 | 0 | 15 | 306 | 110 | 67 |
| Binary | 111100 | 10101111 | 11011111 | 1001001 | 10110 | 0 | 1101 | 11000110 | 1001000 | 110111 |
Color Harmonies of #3CAFDF
Complementary color
Monochromatic Colors of #3CAFDF
Black with #3CAFDF
Text Example
Text Example
White with #3CAFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAFDF; }
p { color: rgb(60,175,223); }
H1.HeaderClassName
{
color: #3CAFDF;
}
.AnyTagClassName
{
color: #3CAFDF;
}
</style>
background-color css
<style>
a { background-color: #3CAFDF; }
a { background-color: rgb(60,175,223); }
div.DivClassName
{
background-color: #3CAFDF;
}
.BgClassName
{
background-color: #3CAFDF;
}
</style>
border-color css
<style>
span { border-color: #3CAFDF; }
span { border-color: rgb(60,175,223); }
td.TdClassName
{
border-color: #3CAFDF;
}
.TagClassName
{
border-color: #3CAFDF;
}
</style>