Shades of Summer Sky #3DCCEF
Tints of Summer Sky #3DCCEF
RGB
CMYK
RGB Variations
Color information
#3DCCEF (or 0x3DCCEF) is known color: Summer Sky. HEX triplet: 3D, CC and EF. RGB value is (61,204,239). Sum of RGB (Red+Green+Blue) = 61+204+239=504 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.10% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #3DCCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DCCEF is #C23310. Grayscale: #A4A4A4. Windows color (decimal): -12727057 or 15715389. OLE color: 15715389.
HSL color Cylindrical-coordinate representation of color #3DCCEF: hue angle of 191.8º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DCCEF is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 204 | 239 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.06 |
| HSL | 191.8º | 0.85% | 0.59% | - |
| HSV(B) | 191.8º | 0.74% | 0.94% | - |
| XYZ | 39.1 | 50.41 | 89.33 | - |
| YUV | 165.23 | 169.62 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 204 | 239 | 0.74 | 0.15 | 0 | 0.06 | 191.8 | 0.85 | 0.59 |
| Hex | 3D | CC | EF | 4A | F | 0 | 6 | C0 | 55 | 3B |
| Octal | 75 | 314 | 357 | 112 | 17 | 0 | 6 | 300 | 125 | 73 |
| Binary | 111101 | 11001100 | 11101111 | 1001010 | 1111 | 0 | 110 | 11000000 | 1010101 | 111011 |
Color Harmonies of #3DCCEF
Complementary color
Monochromatic Colors of #3DCCEF
Black with #3DCCEF
Text Example
Text Example
White with #3DCCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCCEF; }
p { color: rgb(61,204,239); }
H1.HeaderClassName
{
color: #3DCCEF;
}
.AnyTagClassName
{
color: #3DCCEF;
}
</style>
background-color css
<style>
a { background-color: #3DCCEF; }
a { background-color: rgb(61,204,239); }
div.DivClassName
{
background-color: #3DCCEF;
}
.BgClassName
{
background-color: #3DCCEF;
}
</style>
border-color css
<style>
span { border-color: #3DCCEF; }
span { border-color: rgb(61,204,239); }
td.TdClassName
{
border-color: #3DCCEF;
}
.TagClassName
{
border-color: #3DCCEF;
}
</style>