Shades of Summer Sky #3ABCF9
Tints of Summer Sky #3ABCF9
RGB
CMYK
RGB Variations
Color information
#3ABCF9 (or 0x3ABCF9) is known color: Summer Sky. HEX triplet: 3A, BC and F9. RGB value is (58,188,249). Sum of RGB (Red+Green+Blue) = 58+188+249=495 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.72% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 249 (97.66% from 255 or 50.30% from 495); Max value from RGB is 249 - color contains mainly: blue. Hex color #3ABCF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ABCF9 is #C54306. Grayscale: #9B9B9B. Windows color (decimal): -12927751 or 16366650. OLE color: 16366650.
HSL color Cylindrical-coordinate representation of color #3ABCF9: hue angle of 199.16º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3ABCF9 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 188 | 249 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.02 |
| HSL | 199.16º | 0.94% | 0.6% | - |
| HSV(B) | 199.16º | 0.77% | 0.98% | - |
| XYZ | 36.83 | 43.71 | 96.12 | - |
| YUV | 156.08 | 180.43 | 58.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 188 | 249 | 0.77 | 0.24 | 0 | 0.02 | 199.16 | 0.94 | 0.6 |
| Hex | 3A | BC | F9 | 4D | 18 | 0 | 2 | C7 | 5E | 3C |
| Octal | 72 | 274 | 371 | 115 | 30 | 0 | 2 | 307 | 136 | 74 |
| Binary | 111010 | 10111100 | 11111001 | 1001101 | 11000 | 0 | 10 | 11000111 | 1011110 | 111100 |
Color Harmonies of #3ABCF9
Complementary color
Monochromatic Colors of #3ABCF9
Black with #3ABCF9
Text Example
Text Example
White with #3ABCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABCF9; }
p { color: rgb(58,188,249); }
H1.HeaderClassName
{
color: #3ABCF9;
}
.AnyTagClassName
{
color: #3ABCF9;
}
</style>
background-color css
<style>
a { background-color: #3ABCF9; }
a { background-color: rgb(58,188,249); }
div.DivClassName
{
background-color: #3ABCF9;
}
.BgClassName
{
background-color: #3ABCF9;
}
</style>
border-color css
<style>
span { border-color: #3ABCF9; }
span { border-color: rgb(58,188,249); }
td.TdClassName
{
border-color: #3ABCF9;
}
.TagClassName
{
border-color: #3ABCF9;
}
</style>