Shades of Summer Sky #3CAFEE
Tints of Summer Sky #3CAFEE
RGB
CMYK
RGB Variations
Color information
#3CAFEE (or 0x3CAFEE) is known color: Summer Sky. HEX triplet: 3C, AF and EE. RGB value is (60,175,238). Sum of RGB (Red+Green+Blue) = 60+175+238=473 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.68% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #3CAFEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CAFEE is #C35011. Grayscale: #939393. Windows color (decimal): -12800018 or 15642428. OLE color: 15642428.
HSL color Cylindrical-coordinate representation of color #3CAFEE: hue angle of 201.24º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CAFEE is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 175 | 238 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.07 |
| HSL | 201.24º | 0.84% | 0.58% | - |
| HSV(B) | 201.24º | 0.75% | 0.93% | - |
| XYZ | 32.63 | 37.79 | 86.46 | - |
| YUV | 147.8 | 178.9 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 238 | 0.75 | 0.26 | 0 | 0.07 | 201.24 | 0.84 | 0.58 |
| Hex | 3C | AF | EE | 4B | 1A | 0 | 7 | C9 | 54 | 3A |
| Octal | 74 | 257 | 356 | 113 | 32 | 0 | 7 | 311 | 124 | 72 |
| Binary | 111100 | 10101111 | 11101110 | 1001011 | 11010 | 0 | 111 | 11001001 | 1010100 | 111010 |
Color Harmonies of #3CAFEE
Complementary color
Monochromatic Colors of #3CAFEE
Black with #3CAFEE
Text Example
Text Example
White with #3CAFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAFEE; }
p { color: rgb(60,175,238); }
H1.HeaderClassName
{
color: #3CAFEE;
}
.AnyTagClassName
{
color: #3CAFEE;
}
</style>
background-color css
<style>
a { background-color: #3CAFEE; }
a { background-color: rgb(60,175,238); }
div.DivClassName
{
background-color: #3CAFEE;
}
.BgClassName
{
background-color: #3CAFEE;
}
</style>
border-color css
<style>
span { border-color: #3CAFEE; }
span { border-color: rgb(60,175,238); }
td.TdClassName
{
border-color: #3CAFEE;
}
.TagClassName
{
border-color: #3CAFEE;
}
</style>