Shades of Summer Sky #3AB1F8
Tints of Summer Sky #3AB1F8
RGB
CMYK
RGB Variations
Color information
#3AB1F8 (or 0x3AB1F8) is known color: Summer Sky. HEX triplet: 3A, B1 and F8. RGB value is (58,177,248). Sum of RGB (Red+Green+Blue) = 58+177+248=483 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.01% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 248 (97.27% from 255 or 51.35% from 483); Max value from RGB is 248 - color contains mainly: blue. Hex color #3AB1F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AB1F8 is #C54E07. Grayscale: #959595. Windows color (decimal): -12930568 or 16298298. OLE color: 16298298.
HSL color Cylindrical-coordinate representation of color #3AB1F8: hue angle of 202.42º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AB1F8 is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 177 | 248 | - |
| CMYK | 0.77 | 0.29 | 0 | 0.03 |
| HSL | 202.42º | 0.93% | 0.6% | - |
| HSV(B) | 202.42º | 0.77% | 0.97% | - |
| XYZ | 34.41 | 39.12 | 94.54 | - |
| YUV | 149.51 | 183.58 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 177 | 248 | 0.77 | 0.29 | 0 | 0.03 | 202.42 | 0.93 | 0.6 |
| Hex | 3A | B1 | F8 | 4D | 1D | 0 | 3 | CA | 5D | 3C |
| Octal | 72 | 261 | 370 | 115 | 35 | 0 | 3 | 312 | 135 | 74 |
| Binary | 111010 | 10110001 | 11111000 | 1001101 | 11101 | 0 | 11 | 11001010 | 1011101 | 111100 |
Color Harmonies of #3AB1F8
Complementary color
Monochromatic Colors of #3AB1F8
Black with #3AB1F8
Text Example
Text Example
White with #3AB1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB1F8; }
p { color: rgb(58,177,248); }
H1.HeaderClassName
{
color: #3AB1F8;
}
.AnyTagClassName
{
color: #3AB1F8;
}
</style>
background-color css
<style>
a { background-color: #3AB1F8; }
a { background-color: rgb(58,177,248); }
div.DivClassName
{
background-color: #3AB1F8;
}
.BgClassName
{
background-color: #3AB1F8;
}
</style>
border-color css
<style>
span { border-color: #3AB1F8; }
span { border-color: rgb(58,177,248); }
td.TdClassName
{
border-color: #3AB1F8;
}
.TagClassName
{
border-color: #3AB1F8;
}
</style>