Shades of Summer Sky #3CA9FF
Tints of Summer Sky #3CA9FF
RGB
CMYK
RGB Variations
Color information
#3CA9FF (or 0x3CA9FF) is known color: Summer Sky. HEX triplet: 3C, A9 and FF. RGB value is (60,169,255). Sum of RGB (Red+Green+Blue) = 60+169+255=484 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.40% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CA9FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CA9FF is #C35600. Grayscale: #919191. Windows color (decimal): -12801537 or 16755004. OLE color: 16755004.
HSL color Cylindrical-coordinate representation of color #3CA9FF: hue angle of 206.46º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CA9FF is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 169 | 255 | - |
| CMYK | 0.76 | 0.34 | 0 | 0 |
| HSL | 206.46º | 1% | 0.62% | - |
| HSV(B) | 206.46º | 0.76% | 1% | - |
| XYZ | 34.1 | 36.56 | 99.87 | - |
| YUV | 146.21 | 189.39 | 66.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 169 | 255 | 0.76 | 0.34 | 0 | 0 | 206.46 | 1 | 0.62 |
| Hex | 3C | A9 | FF | 4C | 22 | 0 | 0 | CE | 64 | 3E |
| Octal | 74 | 251 | 377 | 114 | 42 | 0 | 0 | 316 | 144 | 76 |
| Binary | 111100 | 10101001 | 11111111 | 1001100 | 100010 | 0 | 0 | 11001110 | 1100100 | 111110 |
Color Harmonies of #3CA9FF
Complementary color
Monochromatic Colors of #3CA9FF
Black with #3CA9FF
Text Example
Text Example
White with #3CA9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA9FF; }
p { color: rgb(60,169,255); }
H1.HeaderClassName
{
color: #3CA9FF;
}
.AnyTagClassName
{
color: #3CA9FF;
}
</style>
background-color css
<style>
a { background-color: #3CA9FF; }
a { background-color: rgb(60,169,255); }
div.DivClassName
{
background-color: #3CA9FF;
}
.BgClassName
{
background-color: #3CA9FF;
}
</style>
border-color css
<style>
span { border-color: #3CA9FF; }
span { border-color: rgb(60,169,255); }
td.TdClassName
{
border-color: #3CA9FF;
}
.TagClassName
{
border-color: #3CA9FF;
}
</style>