Shades of Summer Sky #3AB1FF
Tints of Summer Sky #3AB1FF
RGB
CMYK
RGB Variations
Color information
#3AB1FF (or 0x3AB1FF) is known color: Summer Sky. HEX triplet: 3A, B1 and FF. RGB value is (58,177,255). Sum of RGB (Red+Green+Blue) = 58+177+255=490 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.84% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #3AB1FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AB1FF is #C54E00. Grayscale: #959595. Windows color (decimal): -12930561 or 16757050. OLE color: 16757050.
HSL color Cylindrical-coordinate representation of color #3AB1FF: hue angle of 203.76º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AB1FF is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 177 | 255 | - |
| CMYK | 0.77 | 0.31 | 0 | 0 |
| HSL | 203.76º | 1% | 0.61% | - |
| HSV(B) | 203.76º | 0.77% | 1% | - |
| XYZ | 35.52 | 39.56 | 100.37 | - |
| YUV | 150.31 | 187.08 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 177 | 255 | 0.77 | 0.31 | 0 | 0 | 203.76 | 1 | 0.61 |
| Hex | 3A | B1 | FF | 4D | 1F | 0 | 0 | CC | 64 | 3D |
| Octal | 72 | 261 | 377 | 115 | 37 | 0 | 0 | 314 | 144 | 75 |
| Binary | 111010 | 10110001 | 11111111 | 1001101 | 11111 | 0 | 0 | 11001100 | 1100100 | 111101 |
Color Harmonies of #3AB1FF
Complementary color
Monochromatic Colors of #3AB1FF
Black with #3AB1FF
Text Example
Text Example
White with #3AB1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB1FF; }
p { color: rgb(58,177,255); }
H1.HeaderClassName
{
color: #3AB1FF;
}
.AnyTagClassName
{
color: #3AB1FF;
}
</style>
background-color css
<style>
a { background-color: #3AB1FF; }
a { background-color: rgb(58,177,255); }
div.DivClassName
{
background-color: #3AB1FF;
}
.BgClassName
{
background-color: #3AB1FF;
}
</style>
border-color css
<style>
span { border-color: #3AB1FF; }
span { border-color: rgb(58,177,255); }
td.TdClassName
{
border-color: #3AB1FF;
}
.TagClassName
{
border-color: #3AB1FF;
}
</style>