Shades of Summer Sky #3CAFDE
Tints of Summer Sky #3CAFDE
RGB
CMYK
RGB Variations
Color information
#3CAFDE (or 0x3CAFDE) is known color: Summer Sky. HEX triplet: 3C, AF and DE. RGB value is (60,175,222). Sum of RGB (Red+Green+Blue) = 60+175+222=457 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.13% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #3CAFDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CAFDE is #C35021. Grayscale: #919191. Windows color (decimal): -12800034 or 14593852. OLE color: 14593852.
HSL color Cylindrical-coordinate representation of color #3CAFDE: hue angle of 197.41º degrees, saturation: 0.71, 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 #3CAFDE is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 175 | 222 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.13 |
| HSL | 197.41º | 0.71% | 0.55% | - |
| HSV(B) | 197.41º | 0.73% | 0.87% | - |
| XYZ | 30.38 | 36.89 | 74.63 | - |
| YUV | 145.97 | 170.9 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 222 | 0.73 | 0.21 | 0 | 0.13 | 197.41 | 0.71 | 0.55 |
| Hex | 3C | AF | DE | 49 | 15 | 0 | D | C5 | 47 | 37 |
| Octal | 74 | 257 | 336 | 111 | 25 | 0 | 15 | 305 | 107 | 67 |
| Binary | 111100 | 10101111 | 11011110 | 1001001 | 10101 | 0 | 1101 | 11000101 | 1000111 | 110111 |
Color Harmonies of #3CAFDE
Complementary color
Monochromatic Colors of #3CAFDE
Black with #3CAFDE
Text Example
Text Example
White with #3CAFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAFDE; }
p { color: rgb(60,175,222); }
H1.HeaderClassName
{
color: #3CAFDE;
}
.AnyTagClassName
{
color: #3CAFDE;
}
</style>
background-color css
<style>
a { background-color: #3CAFDE; }
a { background-color: rgb(60,175,222); }
div.DivClassName
{
background-color: #3CAFDE;
}
.BgClassName
{
background-color: #3CAFDE;
}
</style>
border-color css
<style>
span { border-color: #3CAFDE; }
span { border-color: rgb(60,175,222); }
td.TdClassName
{
border-color: #3CAFDE;
}
.TagClassName
{
border-color: #3CAFDE;
}
</style>