Shades of Summer Sky #3CAFF9
Tints of Summer Sky #3CAFF9
RGB
CMYK
RGB Variations
Color information
#3CAFF9 (or 0x3CAFF9) is known color: Summer Sky. HEX triplet: 3C, AF and F9. RGB value is (60,175,249). Sum of RGB (Red+Green+Blue) = 60+175+249=484 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.40% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 249 (97.66% from 255 or 51.45% from 484); Max value from RGB is 249 - color contains mainly: blue. Hex color #3CAFF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CAFF9 is #C35006. Grayscale: #949494. Windows color (decimal): -12800007 or 16363324. OLE color: 16363324.
HSL color Cylindrical-coordinate representation of color #3CAFF9: hue angle of 203.49º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CAFF9 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 175 | 249 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.02 |
| HSL | 203.49º | 0.94% | 0.61% | - |
| HSV(B) | 203.49º | 0.76% | 0.98% | - |
| XYZ | 34.29 | 38.46 | 95.24 | - |
| YUV | 149.05 | 184.4 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 249 | 0.76 | 0.30 | 0 | 0.02 | 203.49 | 0.94 | 0.61 |
| Hex | 3C | AF | F9 | 4C | 1E | 0 | 2 | CB | 5E | 3D |
| Octal | 74 | 257 | 371 | 114 | 36 | 0 | 2 | 313 | 136 | 75 |
| Binary | 111100 | 10101111 | 11111001 | 1001100 | 11110 | 0 | 10 | 11001011 | 1011110 | 111101 |
Color Harmonies of #3CAFF9
Complementary color
Monochromatic Colors of #3CAFF9
Black with #3CAFF9
Text Example
Text Example
White with #3CAFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAFF9; }
p { color: rgb(60,175,249); }
H1.HeaderClassName
{
color: #3CAFF9;
}
.AnyTagClassName
{
color: #3CAFF9;
}
</style>
background-color css
<style>
a { background-color: #3CAFF9; }
a { background-color: rgb(60,175,249); }
div.DivClassName
{
background-color: #3CAFF9;
}
.BgClassName
{
background-color: #3CAFF9;
}
</style>
border-color css
<style>
span { border-color: #3CAFF9; }
span { border-color: rgb(60,175,249); }
td.TdClassName
{
border-color: #3CAFF9;
}
.TagClassName
{
border-color: #3CAFF9;
}
</style>