Shades of Summer Sky #3DB3EA
Tints of Summer Sky #3DB3EA
RGB
CMYK
RGB Variations
Color information
#3DB3EA (or 0x3DB3EA) is known color: Summer Sky. HEX triplet: 3D, B3 and EA. RGB value is (61,179,234). Sum of RGB (Red+Green+Blue) = 61+179+234=474 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.87% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #3DB3EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DB3EA is #C24C15. Grayscale: #959595. Windows color (decimal): -12733462 or 15381309. OLE color: 15381309.
HSL color Cylindrical-coordinate representation of color #3DB3EA: hue angle of 199.08º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DB3EA is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 61 | 179 | 234 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.08 |
| HSL | 199.08º | 0.8% | 0.58% | - |
| HSV(B) | 199.08º | 0.74% | 0.92% | - |
| XYZ | 32.9 | 39.17 | 83.67 | - |
| YUV | 149.99 | 175.41 | 64.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 179 | 234 | 0.74 | 0.24 | 0 | 0.08 | 199.08 | 0.8 | 0.58 |
| Hex | 3D | B3 | EA | 4A | 18 | 0 | 8 | C7 | 50 | 3A |
| Octal | 75 | 263 | 352 | 112 | 30 | 0 | 10 | 307 | 120 | 72 |
| Binary | 111101 | 10110011 | 11101010 | 1001010 | 11000 | 0 | 1000 | 11000111 | 1010000 | 111010 |
Color Harmonies of #3DB3EA
Complementary color
Monochromatic Colors of #3DB3EA
Black with #3DB3EA
Text Example
Text Example
White with #3DB3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB3EA; }
p { color: rgb(61,179,234); }
H1.HeaderClassName
{
color: #3DB3EA;
}
.AnyTagClassName
{
color: #3DB3EA;
}
</style>
background-color css
<style>
a { background-color: #3DB3EA; }
a { background-color: rgb(61,179,234); }
div.DivClassName
{
background-color: #3DB3EA;
}
.BgClassName
{
background-color: #3DB3EA;
}
</style>
border-color css
<style>
span { border-color: #3DB3EA; }
span { border-color: rgb(61,179,234); }
td.TdClassName
{
border-color: #3DB3EA;
}
.TagClassName
{
border-color: #3DB3EA;
}
</style>