Shades of Summer Sky #3AB7EF
Tints of Summer Sky #3AB7EF
RGB
CMYK
RGB Variations
Color information
#3AB7EF (or 0x3AB7EF) is known color: Summer Sky. HEX triplet: 3A, B7 and EF. RGB value is (58,183,239). Sum of RGB (Red+Green+Blue) = 58+183+239=480 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.08% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #3AB7EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AB7EF is #C54810. Grayscale: #979797. Windows color (decimal): -12929041 or 15710010. OLE color: 15710010.
HSL color Cylindrical-coordinate representation of color #3AB7EF: hue angle of 198.56º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AB7EF is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 183 | 239 | - |
| CMYK | 0.76 | 0.23 | 0 | 0.06 |
| HSL | 198.56º | 0.85% | 0.58% | - |
| HSV(B) | 198.56º | 0.76% | 0.94% | - |
| XYZ | 34.26 | 41 | 87.77 | - |
| YUV | 152.01 | 177.09 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 183 | 239 | 0.76 | 0.23 | 0 | 0.06 | 198.56 | 0.85 | 0.58 |
| Hex | 3A | B7 | EF | 4C | 17 | 0 | 6 | C7 | 55 | 3A |
| Octal | 72 | 267 | 357 | 114 | 27 | 0 | 6 | 307 | 125 | 72 |
| Binary | 111010 | 10110111 | 11101111 | 1001100 | 10111 | 0 | 110 | 11000111 | 1010101 | 111010 |
Color Harmonies of #3AB7EF
Complementary color
Monochromatic Colors of #3AB7EF
Black with #3AB7EF
Text Example
Text Example
White with #3AB7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB7EF; }
p { color: rgb(58,183,239); }
H1.HeaderClassName
{
color: #3AB7EF;
}
.AnyTagClassName
{
color: #3AB7EF;
}
</style>
background-color css
<style>
a { background-color: #3AB7EF; }
a { background-color: rgb(58,183,239); }
div.DivClassName
{
background-color: #3AB7EF;
}
.BgClassName
{
background-color: #3AB7EF;
}
</style>
border-color css
<style>
span { border-color: #3AB7EF; }
span { border-color: rgb(58,183,239); }
td.TdClassName
{
border-color: #3AB7EF;
}
.TagClassName
{
border-color: #3AB7EF;
}
</style>