Shades of Summer Sky #3DCCF1
Tints of Summer Sky #3DCCF1
RGB
CMYK
RGB Variations
Color information
#3DCCF1 (or 0x3DCCF1) is known color: Summer Sky. HEX triplet: 3D, CC and F1. RGB value is (61,204,241). Sum of RGB (Red+Green+Blue) = 61+204+241=506 (67% of max value = 765). Red value is 61 (24.22% from 255 or 12.06% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #3DCCF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DCCF1 is #C2330E. Grayscale: #A5A5A5. Windows color (decimal): -12727055 or 15846461. OLE color: 15846461.
HSL color Cylindrical-coordinate representation of color #3DCCF1: hue angle of 192.33º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DCCF1 is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 204 | 241 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.05 |
| HSL | 192.33º | 0.87% | 0.59% | - |
| HSV(B) | 192.33º | 0.75% | 0.95% | - |
| XYZ | 39.39 | 50.53 | 90.9 | - |
| YUV | 165.46 | 170.62 | 53.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 204 | 241 | 0.75 | 0.15 | 0 | 0.05 | 192.33 | 0.87 | 0.59 |
| Hex | 3D | CC | F1 | 4B | F | 0 | 5 | C0 | 57 | 3B |
| Octal | 75 | 314 | 361 | 113 | 17 | 0 | 5 | 300 | 127 | 73 |
| Binary | 111101 | 11001100 | 11110001 | 1001011 | 1111 | 0 | 101 | 11000000 | 1010111 | 111011 |
Color Harmonies of #3DCCF1
Complementary color
Monochromatic Colors of #3DCCF1
Black with #3DCCF1
Text Example
Text Example
White with #3DCCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCCF1; }
p { color: rgb(61,204,241); }
H1.HeaderClassName
{
color: #3DCCF1;
}
.AnyTagClassName
{
color: #3DCCF1;
}
</style>
background-color css
<style>
a { background-color: #3DCCF1; }
a { background-color: rgb(61,204,241); }
div.DivClassName
{
background-color: #3DCCF1;
}
.BgClassName
{
background-color: #3DCCF1;
}
</style>
border-color css
<style>
span { border-color: #3DCCF1; }
span { border-color: rgb(61,204,241); }
td.TdClassName
{
border-color: #3DCCF1;
}
.TagClassName
{
border-color: #3DCCF1;
}
</style>