Shades of Summer Sky #3DBEE0
Tints of Summer Sky #3DBEE0
RGB
CMYK
RGB Variations
Color information
#3DBEE0 (or 0x3DBEE0) is known color: Summer Sky. HEX triplet: 3D, BE and E0. RGB value is (61,190,224). Sum of RGB (Red+Green+Blue) = 61+190+224=475 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.84% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 224 - color contains mainly: blue. Hex color #3DBEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBEE0 is #C2411F. Grayscale: #9B9B9B. Windows color (decimal): -12730656 or 14728765. OLE color: 14728765.
HSL color Cylindrical-coordinate representation of color #3DBEE0: hue angle of 192.52º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DBEE0 is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 61 | 190 | 224 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.12 |
| HSL | 192.52º | 0.72% | 0.56% | - |
| HSV(B) | 192.52º | 0.73% | 0.88% | - |
| XYZ | 33.79 | 43.2 | 77.08 | - |
| YUV | 155.31 | 166.76 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 224 | 0.73 | 0.15 | 0 | 0.12 | 192.52 | 0.72 | 0.56 |
| Hex | 3D | BE | E0 | 49 | F | 0 | C | C1 | 48 | 38 |
| Octal | 75 | 276 | 340 | 111 | 17 | 0 | 14 | 301 | 110 | 70 |
| Binary | 111101 | 10111110 | 11100000 | 1001001 | 1111 | 0 | 1100 | 11000001 | 1001000 | 111000 |
Color Harmonies of #3DBEE0
Complementary color
Monochromatic Colors of #3DBEE0
Black with #3DBEE0
Text Example
Text Example
White with #3DBEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBEE0; }
p { color: rgb(61,190,224); }
H1.HeaderClassName
{
color: #3DBEE0;
}
.AnyTagClassName
{
color: #3DBEE0;
}
</style>
background-color css
<style>
a { background-color: #3DBEE0; }
a { background-color: rgb(61,190,224); }
div.DivClassName
{
background-color: #3DBEE0;
}
.BgClassName
{
background-color: #3DBEE0;
}
</style>
border-color css
<style>
span { border-color: #3DBEE0; }
span { border-color: rgb(61,190,224); }
td.TdClassName
{
border-color: #3DBEE0;
}
.TagClassName
{
border-color: #3DBEE0;
}
</style>