Shades of Summer Sky #3DD5FC
Tints of Summer Sky #3DD5FC
RGB
CMYK
RGB Variations
Color information
#3DD5FC (or 0x3DD5FC) is known color: Summer Sky. HEX triplet: 3D, D5 and FC. RGB value is (61,213,252). Sum of RGB (Red+Green+Blue) = 61+213+252=526 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.60% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #3DD5FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DD5FC is #C22A03. Grayscale: #ABABAB. Windows color (decimal): -12724740 or 16569661. OLE color: 16569661.
HSL color Cylindrical-coordinate representation of color #3DD5FC: hue angle of 192.25º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DD5FC is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 213 | 252 | - |
| CMYK | 0.76 | 0.15 | 0 | 0.01 |
| HSL | 192.25º | 0.97% | 0.61% | - |
| HSV(B) | 192.25º | 0.76% | 0.99% | - |
| XYZ | 43.29 | 55.61 | 100.55 | - |
| YUV | 172 | 173.14 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 213 | 252 | 0.76 | 0.15 | 0 | 0.01 | 192.25 | 0.97 | 0.61 |
| Hex | 3D | D5 | FC | 4C | F | 0 | 1 | C0 | 61 | 3D |
| Octal | 75 | 325 | 374 | 114 | 17 | 0 | 1 | 300 | 141 | 75 |
| Binary | 111101 | 11010101 | 11111100 | 1001100 | 1111 | 0 | 1 | 11000000 | 1100001 | 111101 |
Color Harmonies of #3DD5FC
Complementary color
Monochromatic Colors of #3DD5FC
Black with #3DD5FC
Text Example
Text Example
White with #3DD5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD5FC; }
p { color: rgb(61,213,252); }
H1.HeaderClassName
{
color: #3DD5FC;
}
.AnyTagClassName
{
color: #3DD5FC;
}
</style>
background-color css
<style>
a { background-color: #3DD5FC; }
a { background-color: rgb(61,213,252); }
div.DivClassName
{
background-color: #3DD5FC;
}
.BgClassName
{
background-color: #3DD5FC;
}
</style>
border-color css
<style>
span { border-color: #3DD5FC; }
span { border-color: rgb(61,213,252); }
td.TdClassName
{
border-color: #3DD5FC;
}
.TagClassName
{
border-color: #3DD5FC;
}
</style>