Shades of Summer Sky #3CAFDB
Tints of Summer Sky #3CAFDB
RGB
CMYK
RGB Variations
Color information
#3CAFDB (or 0x3CAFDB) is known color: Summer Sky. HEX triplet: 3C, AF and DB. RGB value is (60,175,219). Sum of RGB (Red+Green+Blue) = 60+175+219=454 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.22% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #3CAFDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CAFDB is #C35024. Grayscale: #919191. Windows color (decimal): -12800037 or 14397244. OLE color: 14397244.
HSL color Cylindrical-coordinate representation of color #3CAFDB: hue angle of 196.6º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CAFDB is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 175 | 219 | - |
| CMYK | 0.73 | 0.20 | 0 | 0.14 |
| HSL | 196.6º | 0.69% | 0.55% | - |
| HSV(B) | 196.6º | 0.73% | 0.86% | - |
| XYZ | 29.98 | 36.74 | 72.53 | - |
| YUV | 145.63 | 169.4 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 219 | 0.73 | 0.20 | 0 | 0.14 | 196.6 | 0.69 | 0.55 |
| Hex | 3C | AF | DB | 49 | 14 | 0 | E | C5 | 45 | 37 |
| Octal | 74 | 257 | 333 | 111 | 24 | 0 | 16 | 305 | 105 | 67 |
| Binary | 111100 | 10101111 | 11011011 | 1001001 | 10100 | 0 | 1110 | 11000101 | 1000101 | 110111 |
Color Harmonies of #3CAFDB
Complementary color
Monochromatic Colors of #3CAFDB
Black with #3CAFDB
Text Example
Text Example
White with #3CAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAFDB; }
p { color: rgb(60,175,219); }
H1.HeaderClassName
{
color: #3CAFDB;
}
.AnyTagClassName
{
color: #3CAFDB;
}
</style>
background-color css
<style>
a { background-color: #3CAFDB; }
a { background-color: rgb(60,175,219); }
div.DivClassName
{
background-color: #3CAFDB;
}
.BgClassName
{
background-color: #3CAFDB;
}
</style>
border-color css
<style>
span { border-color: #3CAFDB; }
span { border-color: rgb(60,175,219); }
td.TdClassName
{
border-color: #3CAFDB;
}
.TagClassName
{
border-color: #3CAFDB;
}
</style>