Shades of Summer Sky #3DCFED
Tints of Summer Sky #3DCFED
RGB
CMYK
RGB Variations
Color information
#3DCFED (or 0x3DCFED) is known color: Summer Sky. HEX triplet: 3D, CF and ED. RGB value is (61,207,237). Sum of RGB (Red+Green+Blue) = 61+207+237=505 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.08% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #3DCFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DCFED is #C23012. Grayscale: #A6A6A6. Windows color (decimal): -12726291 or 15585085. OLE color: 15585085.
HSL color Cylindrical-coordinate representation of color #3DCFED: hue angle of 190.23º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DCFED is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 207 | 237 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.07 |
| HSL | 190.23º | 0.83% | 0.58% | - |
| HSV(B) | 190.23º | 0.74% | 0.93% | - |
| XYZ | 39.52 | 51.73 | 88.02 | - |
| YUV | 166.77 | 167.63 | 52.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 237 | 0.74 | 0.13 | 0 | 0.07 | 190.23 | 0.83 | 0.58 |
| Hex | 3D | CF | ED | 4A | D | 0 | 7 | BE | 53 | 3A |
| Octal | 75 | 317 | 355 | 112 | 15 | 0 | 7 | 276 | 123 | 72 |
| Binary | 111101 | 11001111 | 11101101 | 1001010 | 1101 | 0 | 111 | 10111110 | 1010011 | 111010 |
Color Harmonies of #3DCFED
Complementary color
Monochromatic Colors of #3DCFED
Black with #3DCFED
Text Example
Text Example
White with #3DCFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCFED; }
p { color: rgb(61,207,237); }
H1.HeaderClassName
{
color: #3DCFED;
}
.AnyTagClassName
{
color: #3DCFED;
}
</style>
background-color css
<style>
a { background-color: #3DCFED; }
a { background-color: rgb(61,207,237); }
div.DivClassName
{
background-color: #3DCFED;
}
.BgClassName
{
background-color: #3DCFED;
}
</style>
border-color css
<style>
span { border-color: #3DCFED; }
span { border-color: rgb(61,207,237); }
td.TdClassName
{
border-color: #3DCFED;
}
.TagClassName
{
border-color: #3DCFED;
}
</style>