Shades of Summer Sky #3CD0FE
Tints of Summer Sky #3CD0FE
RGB
CMYK
RGB Variations
Color information
#3CD0FE (or 0x3CD0FE) is known color: Summer Sky. HEX triplet: 3C, D0 and FE. RGB value is (60,208,254). Sum of RGB (Red+Green+Blue) = 60+208+254=522 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.49% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #3CD0FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CD0FE is #C32F01. Grayscale: #A8A8A8. Windows color (decimal): -12791554 or 16699452. OLE color: 16699452.
HSL color Cylindrical-coordinate representation of color #3CD0FE: hue angle of 194.23º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CD0FE is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 208 | 254 | - |
| CMYK | 0.76 | 0.18 | 0 | 0.00 |
| HSL | 194.23º | 0.99% | 0.62% | - |
| HSV(B) | 194.23º | 0.76% | 1% | - |
| XYZ | 42.31 | 53.23 | 101.81 | - |
| YUV | 168.99 | 175.97 | 50.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 208 | 254 | 0.76 | 0.18 | 0 | 0.00 | 194.23 | 0.99 | 0.62 |
| Hex | 3C | D0 | FE | 4C | 12 | 0 | 0 | C2 | 63 | 3E |
| Octal | 74 | 320 | 376 | 114 | 22 | 0 | 0 | 302 | 143 | 76 |
| Binary | 111100 | 11010000 | 11111110 | 1001100 | 10010 | 0 | 0 | 11000010 | 1100011 | 111110 |
Color Harmonies of #3CD0FE
Complementary color
Monochromatic Colors of #3CD0FE
Black with #3CD0FE
Text Example
Text Example
White with #3CD0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD0FE; }
p { color: rgb(60,208,254); }
H1.HeaderClassName
{
color: #3CD0FE;
}
.AnyTagClassName
{
color: #3CD0FE;
}
</style>
background-color css
<style>
a { background-color: #3CD0FE; }
a { background-color: rgb(60,208,254); }
div.DivClassName
{
background-color: #3CD0FE;
}
.BgClassName
{
background-color: #3CD0FE;
}
</style>
border-color css
<style>
span { border-color: #3CD0FE; }
span { border-color: rgb(60,208,254); }
td.TdClassName
{
border-color: #3CD0FE;
}
.TagClassName
{
border-color: #3CD0FE;
}
</style>