Shades of Summer Sky #3CD4FF
Tints of Summer Sky #3CD4FF
RGB
CMYK
RGB Variations
Color information
#3CD4FF (or 0x3CD4FF) is known color: Summer Sky. HEX triplet: 3C, D4 and FF. RGB value is (60,212,255). Sum of RGB (Red+Green+Blue) = 60+212+255=527 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.39% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CD4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CD4FF is #C32B00. Grayscale: #ABABAB. Windows color (decimal): -12790529 or 16766012. OLE color: 16766012.
HSL color Cylindrical-coordinate representation of color #3CD4FF: hue angle of 193.23º 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 #3CD4FF is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 212 | 255 | - |
| CMYK | 0.76 | 0.17 | 0 | 0 |
| HSL | 193.23º | 1% | 0.62% | - |
| HSV(B) | 193.23º | 0.76% | 1% | - |
| XYZ | 43.46 | 55.27 | 102.99 | - |
| YUV | 171.45 | 175.14 | 48.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 212 | 255 | 0.76 | 0.17 | 0 | 0 | 193.23 | 1 | 0.62 |
| Hex | 3C | D4 | FF | 4C | 11 | 0 | 0 | C1 | 64 | 3E |
| Octal | 74 | 324 | 377 | 114 | 21 | 0 | 0 | 301 | 144 | 76 |
| Binary | 111100 | 11010100 | 11111111 | 1001100 | 10001 | 0 | 0 | 11000001 | 1100100 | 111110 |
Color Harmonies of #3CD4FF
Complementary color
Monochromatic Colors of #3CD4FF
Black with #3CD4FF
Text Example
Text Example
White with #3CD4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD4FF; }
p { color: rgb(60,212,255); }
H1.HeaderClassName
{
color: #3CD4FF;
}
.AnyTagClassName
{
color: #3CD4FF;
}
</style>
background-color css
<style>
a { background-color: #3CD4FF; }
a { background-color: rgb(60,212,255); }
div.DivClassName
{
background-color: #3CD4FF;
}
.BgClassName
{
background-color: #3CD4FF;
}
</style>
border-color css
<style>
span { border-color: #3CD4FF; }
span { border-color: rgb(60,212,255); }
td.TdClassName
{
border-color: #3CD4FF;
}
.TagClassName
{
border-color: #3CD4FF;
}
</style>