Shades of Summer Sky #3DCFFD
Tints of Summer Sky #3DCFFD
RGB
CMYK
RGB Variations
Color information
#3DCFFD (or 0x3DCFFD) is known color: Summer Sky. HEX triplet: 3D, CF and FD. RGB value is (61,207,253). Sum of RGB (Red+Green+Blue) = 61+207+253=521 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.71% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #3DCFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DCFFD is #C23002. Grayscale: #A8A8A8. Windows color (decimal): -12726275 or 16633661. OLE color: 16633661.
HSL color Cylindrical-coordinate representation of color #3DCFFD: hue angle of 194.38º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DCFFD is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 207 | 253 | - |
| CMYK | 0.76 | 0.18 | 0 | 0.01 |
| HSL | 194.38º | 0.98% | 0.62% | - |
| HSV(B) | 194.38º | 0.76% | 0.99% | - |
| XYZ | 41.97 | 52.71 | 100.89 | - |
| YUV | 168.59 | 175.63 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 253 | 0.76 | 0.18 | 0 | 0.01 | 194.38 | 0.98 | 0.62 |
| Hex | 3D | CF | FD | 4C | 12 | 0 | 1 | C2 | 62 | 3E |
| Octal | 75 | 317 | 375 | 114 | 22 | 0 | 1 | 302 | 142 | 76 |
| Binary | 111101 | 11001111 | 11111101 | 1001100 | 10010 | 0 | 1 | 11000010 | 1100010 | 111110 |
Color Harmonies of #3DCFFD
Complementary color
Monochromatic Colors of #3DCFFD
Black with #3DCFFD
Text Example
Text Example
White with #3DCFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCFFD; }
p { color: rgb(61,207,253); }
H1.HeaderClassName
{
color: #3DCFFD;
}
.AnyTagClassName
{
color: #3DCFFD;
}
</style>
background-color css
<style>
a { background-color: #3DCFFD; }
a { background-color: rgb(61,207,253); }
div.DivClassName
{
background-color: #3DCFFD;
}
.BgClassName
{
background-color: #3DCFFD;
}
</style>
border-color css
<style>
span { border-color: #3DCFFD; }
span { border-color: rgb(61,207,253); }
td.TdClassName
{
border-color: #3DCFFD;
}
.TagClassName
{
border-color: #3DCFFD;
}
</style>