Shades of Summer Sky #3AB5FD
Tints of Summer Sky #3AB5FD
RGB
CMYK
RGB Variations
Color information
#3AB5FD (or 0x3AB5FD) is known color: Summer Sky. HEX triplet: 3A, B5 and FD. RGB value is (58,181,253). Sum of RGB (Red+Green+Blue) = 58+181+253=492 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.79% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #3AB5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AB5FD is #C54A02. Grayscale: #989898. Windows color (decimal): -12929539 or 16627002. OLE color: 16627002.
HSL color Cylindrical-coordinate representation of color #3AB5FD: hue angle of 202.15º 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 #3AB5FD is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 58 | 181 | 253 | - |
CMYK | 0.77 | 0.28 | 0 | 0.01 |
HSL | 202.15º | 0.98% | 0.61% | - |
HSV(B) | 202.15º | 0.77% | 0.99% | - |
XYZ | 36 | 41.04 | 98.95 | - |
YUV | 152.43 | 184.75 | 60.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 181 | 253 | 0.77 | 0.28 | 0 | 0.01 | 202.15 | 0.98 | 0.61 |
Hex | 3A | B5 | FD | 4D | 1C | 0 | 1 | CA | 62 | 3D |
Octal | 72 | 265 | 375 | 115 | 34 | 0 | 1 | 312 | 142 | 75 |
Binary | 111010 | 10110101 | 11111101 | 1001101 | 11100 | 0 | 1 | 11001010 | 1100010 | 111101 |
Color Harmonies of #3AB5FD
Complementary color
Monochromatic Colors of #3AB5FD
Black with #3AB5FD
Text Example
Text Example
White with #3AB5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB5FD; }
p { color: rgb(58,181,253); }
H1.HeaderClassName
{
color: #3AB5FD;
}
.AnyTagClassName
{
color: #3AB5FD;
}
</style>
background-color css
<style>
a { background-color: #3AB5FD; }
a { background-color: rgb(58,181,253); }
div.DivClassName
{
background-color: #3AB5FD;
}
.BgClassName
{
background-color: #3AB5FD;
}
</style>
border-color css
<style>
span { border-color: #3AB5FD; }
span { border-color: rgb(58,181,253); }
td.TdClassName
{
border-color: #3AB5FD;
}
.TagClassName
{
border-color: #3AB5FD;
}
</style>