Shades of Summer Sky #3AB7FC
Tints of Summer Sky #3AB7FC
RGB
CMYK
RGB Variations
Color information
#3AB7FC (or 0x3AB7FC) is known color: Summer Sky. HEX triplet: 3A, B7 and FC. RGB value is (58,183,252). Sum of RGB (Red+Green+Blue) = 58+183+252=493 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.76% from 493); Green value is 183 (71.88% from 255 or 37.12% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #3AB7FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AB7FC is #C54803. Grayscale: #999999. Windows color (decimal): -12929028 or 16561978. OLE color: 16561978.
HSL color Cylindrical-coordinate representation of color #3AB7FC: hue angle of 201.34º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AB7FC is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 183 | 252 | - |
| CMYK | 0.77 | 0.27 | 0 | 0.01 |
| HSL | 201.34º | 0.97% | 0.61% | - |
| HSV(B) | 201.34º | 0.77% | 0.99% | - |
| XYZ | 36.25 | 41.79 | 98.25 | - |
| YUV | 153.49 | 183.59 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 183 | 252 | 0.77 | 0.27 | 0 | 0.01 | 201.34 | 0.97 | 0.61 |
| Hex | 3A | B7 | FC | 4D | 1B | 0 | 1 | C9 | 61 | 3D |
| Octal | 72 | 267 | 374 | 115 | 33 | 0 | 1 | 311 | 141 | 75 |
| Binary | 111010 | 10110111 | 11111100 | 1001101 | 11011 | 0 | 1 | 11001001 | 1100001 | 111101 |
Color Harmonies of #3AB7FC
Complementary color
Monochromatic Colors of #3AB7FC
Black with #3AB7FC
Text Example
Text Example
White with #3AB7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB7FC; }
p { color: rgb(58,183,252); }
H1.HeaderClassName
{
color: #3AB7FC;
}
.AnyTagClassName
{
color: #3AB7FC;
}
</style>
background-color css
<style>
a { background-color: #3AB7FC; }
a { background-color: rgb(58,183,252); }
div.DivClassName
{
background-color: #3AB7FC;
}
.BgClassName
{
background-color: #3AB7FC;
}
</style>
border-color css
<style>
span { border-color: #3AB7FC; }
span { border-color: rgb(58,183,252); }
td.TdClassName
{
border-color: #3AB7FC;
}
.TagClassName
{
border-color: #3AB7FC;
}
</style>