Shades of Summer Sky #3DCDF2
Tints of Summer Sky #3DCDF2
RGB
CMYK
RGB Variations
Color information
#3DCDF2 (or 0x3DCDF2) is known color: Summer Sky. HEX triplet: 3D, CD and F2. RGB value is (61,205,242). Sum of RGB (Red+Green+Blue) = 61+205+242=508 (67% of max value = 765). Red value is 61 (24.22% from 255 or 12.01% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 242 (94.92% from 255 or 47.64% from 508); Max value from RGB is 242 - color contains mainly: blue. Hex color #3DCDF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DCDF2 is #C2320D. Grayscale: #A5A5A5. Windows color (decimal): -12726798 or 15912253. OLE color: 15912253.
HSL color Cylindrical-coordinate representation of color #3DCDF2: hue angle of 192.27º 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 #3DCDF2 is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 205 | 242 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.05 |
| HSL | 192.27º | 0.87% | 0.59% | - |
| HSV(B) | 192.27º | 0.75% | 0.95% | - |
| XYZ | 39.78 | 51.07 | 91.76 | - |
| YUV | 166.16 | 170.79 | 52.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 242 | 0.75 | 0.15 | 0 | 0.05 | 192.27 | 0.87 | 0.59 |
| Hex | 3D | CD | F2 | 4B | F | 0 | 5 | C0 | 57 | 3B |
| Octal | 75 | 315 | 362 | 113 | 17 | 0 | 5 | 300 | 127 | 73 |
| Binary | 111101 | 11001101 | 11110010 | 1001011 | 1111 | 0 | 101 | 11000000 | 1010111 | 111011 |
Color Harmonies of #3DCDF2
Complementary color
Monochromatic Colors of #3DCDF2
Black with #3DCDF2
Text Example
Text Example
White with #3DCDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCDF2; }
p { color: rgb(61,205,242); }
H1.HeaderClassName
{
color: #3DCDF2;
}
.AnyTagClassName
{
color: #3DCDF2;
}
</style>
background-color css
<style>
a { background-color: #3DCDF2; }
a { background-color: rgb(61,205,242); }
div.DivClassName
{
background-color: #3DCDF2;
}
.BgClassName
{
background-color: #3DCDF2;
}
</style>
border-color css
<style>
span { border-color: #3DCDF2; }
span { border-color: rgb(61,205,242); }
td.TdClassName
{
border-color: #3DCDF2;
}
.TagClassName
{
border-color: #3DCDF2;
}
</style>