Shades of Summer Sky #3DCFF0
Tints of Summer Sky #3DCFF0
RGB
CMYK
RGB Variations
Color information
#3DCFF0 (or 0x3DCFF0) is known color: Summer Sky. HEX triplet: 3D, CF and F0. RGB value is (61,207,240). Sum of RGB (Red+Green+Blue) = 61+207+240=508 (67% of max value = 765). Red value is 61 (24.22% from 255 or 12.01% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 240 - color contains mainly: blue. Hex color #3DCFF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DCFF0 is #C2300F. Grayscale: #A6A6A6. Windows color (decimal): -12726288 or 15781693. OLE color: 15781693.
HSL color Cylindrical-coordinate representation of color #3DCFF0: hue angle of 191.06º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DCFF0 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 207 | 240 | - |
| CMYK | 0.75 | 0.14 | 0 | 0.06 |
| HSL | 191.06º | 0.86% | 0.59% | - |
| HSV(B) | 191.06º | 0.75% | 0.94% | - |
| XYZ | 39.97 | 51.91 | 90.35 | - |
| YUV | 167.11 | 169.13 | 52.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 240 | 0.75 | 0.14 | 0 | 0.06 | 191.06 | 0.86 | 0.59 |
| Hex | 3D | CF | F0 | 4B | E | 0 | 6 | BF | 56 | 3B |
| Octal | 75 | 317 | 360 | 113 | 16 | 0 | 6 | 277 | 126 | 73 |
| Binary | 111101 | 11001111 | 11110000 | 1001011 | 1110 | 0 | 110 | 10111111 | 1010110 | 111011 |
Color Harmonies of #3DCFF0
Complementary color
Monochromatic Colors of #3DCFF0
Black with #3DCFF0
Text Example
Text Example
White with #3DCFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCFF0; }
p { color: rgb(61,207,240); }
H1.HeaderClassName
{
color: #3DCFF0;
}
.AnyTagClassName
{
color: #3DCFF0;
}
</style>
background-color css
<style>
a { background-color: #3DCFF0; }
a { background-color: rgb(61,207,240); }
div.DivClassName
{
background-color: #3DCFF0;
}
.BgClassName
{
background-color: #3DCFF0;
}
</style>
border-color css
<style>
span { border-color: #3DCFF0; }
span { border-color: rgb(61,207,240); }
td.TdClassName
{
border-color: #3DCFF0;
}
.TagClassName
{
border-color: #3DCFF0;
}
</style>