Shades of Summer Sky #3DCFFF
Tints of Summer Sky #3DCFFF
RGB
CMYK
RGB Variations
Color information
#3DCFFF (or 0x3DCFFF) is known color: Summer Sky. HEX triplet: 3D, CF and FF. RGB value is (61,207,255). Sum of RGB (Red+Green+Blue) = 61+207+255=523 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.66% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #3DCFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DCFFF is #C23000. Grayscale: #A8A8A8. Windows color (decimal): -12726273 or 16764733. OLE color: 16764733.
HSL color Cylindrical-coordinate representation of color #3DCFFF: hue angle of 194.85º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DCFFF is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 207 | 255 | - |
| CMYK | 0.76 | 0.19 | 0 | 0 |
| HSL | 194.85º | 1% | 0.62% | - |
| HSV(B) | 194.85º | 0.76% | 1% | - |
| XYZ | 42.29 | 52.84 | 102.58 | - |
| YUV | 168.82 | 176.63 | 51.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 255 | 0.76 | 0.19 | 0 | 0 | 194.85 | 1 | 0.62 |
| Hex | 3D | CF | FF | 4C | 13 | 0 | 0 | C3 | 64 | 3E |
| Octal | 75 | 317 | 377 | 114 | 23 | 0 | 0 | 303 | 144 | 76 |
| Binary | 111101 | 11001111 | 11111111 | 1001100 | 10011 | 0 | 0 | 11000011 | 1100100 | 111110 |
Color Harmonies of #3DCFFF
Complementary color
Monochromatic Colors of #3DCFFF
Black with #3DCFFF
Text Example
Text Example
White with #3DCFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCFFF; }
p { color: rgb(61,207,255); }
H1.HeaderClassName
{
color: #3DCFFF;
}
.AnyTagClassName
{
color: #3DCFFF;
}
</style>
background-color css
<style>
a { background-color: #3DCFFF; }
a { background-color: rgb(61,207,255); }
div.DivClassName
{
background-color: #3DCFFF;
}
.BgClassName
{
background-color: #3DCFFF;
}
</style>
border-color css
<style>
span { border-color: #3DCFFF; }
span { border-color: rgb(61,207,255); }
td.TdClassName
{
border-color: #3DCFFF;
}
.TagClassName
{
border-color: #3DCFFF;
}
</style>