Shades of Summer Sky #3AB1FD
Tints of Summer Sky #3AB1FD
RGB
CMYK
RGB Variations
Color information
#3AB1FD (or 0x3AB1FD) is known color: Summer Sky. HEX triplet: 3A, B1 and FD. RGB value is (58,177,253). Sum of RGB (Red+Green+Blue) = 58+177+253=488 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.89% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #3AB1FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AB1FD is #C54E02. Grayscale: #959595. Windows color (decimal): -12930563 or 16625978. OLE color: 16625978.
HSL color Cylindrical-coordinate representation of color #3AB1FD: hue angle of 203.38º degrees, saturation: 0.98, 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 #3AB1FD is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 177 | 253 | - |
| CMYK | 0.77 | 0.30 | 0 | 0.01 |
| HSL | 203.38º | 0.98% | 0.61% | - |
| HSV(B) | 203.38º | 0.77% | 0.99% | - |
| XYZ | 35.2 | 39.44 | 98.69 | - |
| YUV | 150.08 | 186.08 | 62.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 177 | 253 | 0.77 | 0.30 | 0 | 0.01 | 203.38 | 0.98 | 0.61 |
| Hex | 3A | B1 | FD | 4D | 1E | 0 | 1 | CB | 62 | 3D |
| Octal | 72 | 261 | 375 | 115 | 36 | 0 | 1 | 313 | 142 | 75 |
| Binary | 111010 | 10110001 | 11111101 | 1001101 | 11110 | 0 | 1 | 11001011 | 1100010 | 111101 |
Color Harmonies of #3AB1FD
Complementary color
Monochromatic Colors of #3AB1FD
Black with #3AB1FD
Text Example
Text Example
White with #3AB1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB1FD; }
p { color: rgb(58,177,253); }
H1.HeaderClassName
{
color: #3AB1FD;
}
.AnyTagClassName
{
color: #3AB1FD;
}
</style>
background-color css
<style>
a { background-color: #3AB1FD; }
a { background-color: rgb(58,177,253); }
div.DivClassName
{
background-color: #3AB1FD;
}
.BgClassName
{
background-color: #3AB1FD;
}
</style>
border-color css
<style>
span { border-color: #3AB1FD; }
span { border-color: rgb(58,177,253); }
td.TdClassName
{
border-color: #3AB1FD;
}
.TagClassName
{
border-color: #3AB1FD;
}
</style>