Shades of Summer Sky #3DCCFE
Tints of Summer Sky #3DCCFE
RGB
CMYK
RGB Variations
Color information
#3DCCFE (or 0x3DCCFE) is known color: Summer Sky. HEX triplet: 3D, CC and FE. RGB value is (61,204,254). Sum of RGB (Red+Green+Blue) = 61+204+254=519 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.75% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #3DCCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DCCFE is #C23301. Grayscale: #A6A6A6. Windows color (decimal): -12727042 or 16698429. OLE color: 16698429.
HSL color Cylindrical-coordinate representation of color #3DCCFE: hue angle of 195.54º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DCCFE is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 204 | 254 | - |
| CMYK | 0.76 | 0.20 | 0 | 0.00 |
| HSL | 195.54º | 0.99% | 0.62% | - |
| HSV(B) | 195.54º | 0.76% | 1% | - |
| XYZ | 41.41 | 51.33 | 101.49 | - |
| YUV | 166.94 | 177.12 | 52.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 204 | 254 | 0.76 | 0.20 | 0 | 0.00 | 195.54 | 0.99 | 0.62 |
| Hex | 3D | CC | FE | 4C | 14 | 0 | 0 | C4 | 63 | 3E |
| Octal | 75 | 314 | 376 | 114 | 24 | 0 | 0 | 304 | 143 | 76 |
| Binary | 111101 | 11001100 | 11111110 | 1001100 | 10100 | 0 | 0 | 11000100 | 1100011 | 111110 |
Color Harmonies of #3DCCFE
Complementary color
Monochromatic Colors of #3DCCFE
Black with #3DCCFE
Text Example
Text Example
White with #3DCCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCCFE; }
p { color: rgb(61,204,254); }
H1.HeaderClassName
{
color: #3DCCFE;
}
.AnyTagClassName
{
color: #3DCCFE;
}
</style>
background-color css
<style>
a { background-color: #3DCCFE; }
a { background-color: rgb(61,204,254); }
div.DivClassName
{
background-color: #3DCCFE;
}
.BgClassName
{
background-color: #3DCCFE;
}
</style>
border-color css
<style>
span { border-color: #3DCCFE; }
span { border-color: rgb(61,204,254); }
td.TdClassName
{
border-color: #3DCCFE;
}
.TagClassName
{
border-color: #3DCCFE;
}
</style>