Shades of Summer Sky #3DCCFC
Tints of Summer Sky #3DCCFC
RGB
CMYK
RGB Variations
Color information
#3DCCFC (or 0x3DCCFC) is known color: Summer Sky. HEX triplet: 3D, CC and FC. RGB value is (61,204,252). Sum of RGB (Red+Green+Blue) = 61+204+252=517 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.80% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #3DCCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DCCFC is #C23303. Grayscale: #A6A6A6. Windows color (decimal): -12727044 or 16567357. OLE color: 16567357.
HSL color Cylindrical-coordinate representation of color #3DCCFC: hue angle of 195.08º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DCCFC is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 204 | 252 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.01 |
| HSL | 195.08º | 0.97% | 0.61% | - |
| HSV(B) | 195.08º | 0.76% | 0.99% | - |
| XYZ | 41.09 | 51.21 | 99.81 | - |
| YUV | 166.72 | 176.12 | 52.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 204 | 252 | 0.76 | 0.19 | 0 | 0.01 | 195.08 | 0.97 | 0.61 |
| Hex | 3D | CC | FC | 4C | 13 | 0 | 1 | C3 | 61 | 3D |
| Octal | 75 | 314 | 374 | 114 | 23 | 0 | 1 | 303 | 141 | 75 |
| Binary | 111101 | 11001100 | 11111100 | 1001100 | 10011 | 0 | 1 | 11000011 | 1100001 | 111101 |
Color Harmonies of #3DCCFC
Complementary color
Monochromatic Colors of #3DCCFC
Black with #3DCCFC
Text Example
Text Example
White with #3DCCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCCFC; }
p { color: rgb(61,204,252); }
H1.HeaderClassName
{
color: #3DCCFC;
}
.AnyTagClassName
{
color: #3DCCFC;
}
</style>
background-color css
<style>
a { background-color: #3DCCFC; }
a { background-color: rgb(61,204,252); }
div.DivClassName
{
background-color: #3DCCFC;
}
.BgClassName
{
background-color: #3DCCFC;
}
</style>
border-color css
<style>
span { border-color: #3DCCFC; }
span { border-color: rgb(61,204,252); }
td.TdClassName
{
border-color: #3DCCFC;
}
.TagClassName
{
border-color: #3DCCFC;
}
</style>