Shades of Summer Sky #3DB8EF
Tints of Summer Sky #3DB8EF
RGB
CMYK
RGB Variations
Color information
#3DB8EF (or 0x3DB8EF) is known color: Summer Sky. HEX triplet: 3D, B8 and EF. RGB value is (61,184,239). Sum of RGB (Red+Green+Blue) = 61+184+239=484 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.60% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #3DB8EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DB8EF is #C24710. Grayscale: #999999. Windows color (decimal): -12732177 or 15710269. OLE color: 15710269.
HSL color Cylindrical-coordinate representation of color #3DB8EF: hue angle of 198.54º 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 #3DB8EF is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 184 | 239 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.06 |
| HSL | 198.54º | 0.85% | 0.59% | - |
| HSV(B) | 198.54º | 0.74% | 0.94% | - |
| XYZ | 34.64 | 41.51 | 87.85 | - |
| YUV | 153.49 | 176.25 | 62.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 184 | 239 | 0.74 | 0.23 | 0 | 0.06 | 198.54 | 0.85 | 0.59 |
| Hex | 3D | B8 | EF | 4A | 17 | 0 | 6 | C7 | 55 | 3B |
| Octal | 75 | 270 | 357 | 112 | 27 | 0 | 6 | 307 | 125 | 73 |
| Binary | 111101 | 10111000 | 11101111 | 1001010 | 10111 | 0 | 110 | 11000111 | 1010101 | 111011 |
Color Harmonies of #3DB8EF
Complementary color
Monochromatic Colors of #3DB8EF
Black with #3DB8EF
Text Example
Text Example
White with #3DB8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB8EF; }
p { color: rgb(61,184,239); }
H1.HeaderClassName
{
color: #3DB8EF;
}
.AnyTagClassName
{
color: #3DB8EF;
}
</style>
background-color css
<style>
a { background-color: #3DB8EF; }
a { background-color: rgb(61,184,239); }
div.DivClassName
{
background-color: #3DB8EF;
}
.BgClassName
{
background-color: #3DB8EF;
}
</style>
border-color css
<style>
span { border-color: #3DB8EF; }
span { border-color: rgb(61,184,239); }
td.TdClassName
{
border-color: #3DB8EF;
}
.TagClassName
{
border-color: #3DB8EF;
}
</style>