Shades of Summer Sky #3DCAED
Tints of Summer Sky #3DCAED
RGB
CMYK
RGB Variations
Color information
#3DCAED (or 0x3DCAED) is known color: Summer Sky. HEX triplet: 3D, CA and ED. RGB value is (61,202,237). Sum of RGB (Red+Green+Blue) = 61+202+237=500 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.2% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #3DCAED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DCAED is #C23512. Grayscale: #A3A3A3. Windows color (decimal): -12727571 or 15583805. OLE color: 15583805.
HSL color Cylindrical-coordinate representation of color #3DCAED: hue angle of 191.93º 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 #3DCAED is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 202 | 237 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.07 |
| HSL | 191.93º | 0.83% | 0.58% | - |
| HSV(B) | 191.93º | 0.74% | 0.93% | - |
| XYZ | 38.33 | 49.35 | 87.63 | - |
| YUV | 163.83 | 169.29 | 54.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 202 | 237 | 0.74 | 0.15 | 0 | 0.07 | 191.93 | 0.83 | 0.58 |
| Hex | 3D | CA | ED | 4A | F | 0 | 7 | C0 | 53 | 3A |
| Octal | 75 | 312 | 355 | 112 | 17 | 0 | 7 | 300 | 123 | 72 |
| Binary | 111101 | 11001010 | 11101101 | 1001010 | 1111 | 0 | 111 | 11000000 | 1010011 | 111010 |
Color Harmonies of #3DCAED
Complementary color
Monochromatic Colors of #3DCAED
Black with #3DCAED
Text Example
Text Example
White with #3DCAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCAED; }
p { color: rgb(61,202,237); }
H1.HeaderClassName
{
color: #3DCAED;
}
.AnyTagClassName
{
color: #3DCAED;
}
</style>
background-color css
<style>
a { background-color: #3DCAED; }
a { background-color: rgb(61,202,237); }
div.DivClassName
{
background-color: #3DCAED;
}
.BgClassName
{
background-color: #3DCAED;
}
</style>
border-color css
<style>
span { border-color: #3DCAED; }
span { border-color: rgb(61,202,237); }
td.TdClassName
{
border-color: #3DCAED;
}
.TagClassName
{
border-color: #3DCAED;
}
</style>