Shades of Summer Sky #3DB0EF
Tints of Summer Sky #3DB0EF
RGB
CMYK
RGB Variations
Color information
#3DB0EF (or 0x3DB0EF) is known color: Summer Sky. HEX triplet: 3D, B0 and EF. RGB value is (61,176,239). Sum of RGB (Red+Green+Blue) = 61+176+239=476 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.82% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #3DB0EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DB0EF is #C24F10. Grayscale: #949494. Windows color (decimal): -12734225 or 15708221. OLE color: 15708221.
HSL color Cylindrical-coordinate representation of color #3DB0EF: hue angle of 201.24º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DB0EF is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 176 | 239 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.06 |
| HSL | 201.24º | 0.85% | 0.59% | - |
| HSV(B) | 201.24º | 0.74% | 0.94% | - |
| XYZ | 33.03 | 38.27 | 87.31 | - |
| YUV | 148.8 | 178.9 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 176 | 239 | 0.74 | 0.26 | 0 | 0.06 | 201.24 | 0.85 | 0.59 |
| Hex | 3D | B0 | EF | 4A | 1A | 0 | 6 | C9 | 55 | 3B |
| Octal | 75 | 260 | 357 | 112 | 32 | 0 | 6 | 311 | 125 | 73 |
| Binary | 111101 | 10110000 | 11101111 | 1001010 | 11010 | 0 | 110 | 11001001 | 1010101 | 111011 |
Color Harmonies of #3DB0EF
Complementary color
Monochromatic Colors of #3DB0EF
Black with #3DB0EF
Text Example
Text Example
White with #3DB0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB0EF; }
p { color: rgb(61,176,239); }
H1.HeaderClassName
{
color: #3DB0EF;
}
.AnyTagClassName
{
color: #3DB0EF;
}
</style>
background-color css
<style>
a { background-color: #3DB0EF; }
a { background-color: rgb(61,176,239); }
div.DivClassName
{
background-color: #3DB0EF;
}
.BgClassName
{
background-color: #3DB0EF;
}
</style>
border-color css
<style>
span { border-color: #3DB0EF; }
span { border-color: rgb(61,176,239); }
td.TdClassName
{
border-color: #3DB0EF;
}
.TagClassName
{
border-color: #3DB0EF;
}
</style>