Shades of Summer Sky #3DCFF6
Tints of Summer Sky #3DCFF6
RGB
CMYK
RGB Variations
Color information
#3DCFF6 (or 0x3DCFF6) is known color: Summer Sky. HEX triplet: 3D, CF and F6. RGB value is (61,207,246). Sum of RGB (Red+Green+Blue) = 61+207+246=514 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.87% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 246 (96.48% from 255 or 47.86% from 514); Max value from RGB is 246 - color contains mainly: blue. Hex color #3DCFF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DCFF6 is #C23009. Grayscale: #A7A7A7. Windows color (decimal): -12726282 or 16174909. OLE color: 16174909.
HSL color Cylindrical-coordinate representation of color #3DCFF6: hue angle of 192.65º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DCFF6 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 207 | 246 | - |
| CMYK | 0.75 | 0.16 | 0 | 0.04 |
| HSL | 192.65º | 0.91% | 0.6% | - |
| HSV(B) | 192.65º | 0.75% | 0.96% | - |
| XYZ | 40.87 | 52.27 | 95.12 | - |
| YUV | 167.79 | 172.13 | 51.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 246 | 0.75 | 0.16 | 0 | 0.04 | 192.65 | 0.91 | 0.6 |
| Hex | 3D | CF | F6 | 4B | 10 | 0 | 4 | C1 | 5B | 3C |
| Octal | 75 | 317 | 366 | 113 | 20 | 0 | 4 | 301 | 133 | 74 |
| Binary | 111101 | 11001111 | 11110110 | 1001011 | 10000 | 0 | 100 | 11000001 | 1011011 | 111100 |
Color Harmonies of #3DCFF6
Complementary color
Monochromatic Colors of #3DCFF6
Black with #3DCFF6
Text Example
Text Example
White with #3DCFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCFF6; }
p { color: rgb(61,207,246); }
H1.HeaderClassName
{
color: #3DCFF6;
}
.AnyTagClassName
{
color: #3DCFF6;
}
</style>
background-color css
<style>
a { background-color: #3DCFF6; }
a { background-color: rgb(61,207,246); }
div.DivClassName
{
background-color: #3DCFF6;
}
.BgClassName
{
background-color: #3DCFF6;
}
</style>
border-color css
<style>
span { border-color: #3DCFF6; }
span { border-color: rgb(61,207,246); }
td.TdClassName
{
border-color: #3DCFF6;
}
.TagClassName
{
border-color: #3DCFF6;
}
</style>