Shades of Summer Sky #3ABCFE
Tints of Summer Sky #3ABCFE
RGB
CMYK
RGB Variations
Color information
#3ABCFE (or 0x3ABCFE) is known color: Summer Sky. HEX triplet: 3A, BC and FE. RGB value is (58,188,254). Sum of RGB (Red+Green+Blue) = 58+188+254=500 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.6% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #3ABCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ABCFE is #C54301. Grayscale: #9C9C9C. Windows color (decimal): -12927746 or 16694330. OLE color: 16694330.
HSL color Cylindrical-coordinate representation of color #3ABCFE: hue angle of 200.2º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3ABCFE is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 188 | 254 | - |
| CMYK | 0.77 | 0.26 | 0 | 0.00 |
| HSL | 200.2º | 0.99% | 0.61% | - |
| HSV(B) | 200.2º | 0.77% | 1% | - |
| XYZ | 37.62 | 44.02 | 100.28 | - |
| YUV | 156.65 | 182.93 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 188 | 254 | 0.77 | 0.26 | 0 | 0.00 | 200.2 | 0.99 | 0.61 |
| Hex | 3A | BC | FE | 4D | 1A | 0 | 0 | C8 | 63 | 3D |
| Octal | 72 | 274 | 376 | 115 | 32 | 0 | 0 | 310 | 143 | 75 |
| Binary | 111010 | 10111100 | 11111110 | 1001101 | 11010 | 0 | 0 | 11001000 | 1100011 | 111101 |
Color Harmonies of #3ABCFE
Complementary color
Monochromatic Colors of #3ABCFE
Black with #3ABCFE
Text Example
Text Example
White with #3ABCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABCFE; }
p { color: rgb(58,188,254); }
H1.HeaderClassName
{
color: #3ABCFE;
}
.AnyTagClassName
{
color: #3ABCFE;
}
</style>
background-color css
<style>
a { background-color: #3ABCFE; }
a { background-color: rgb(58,188,254); }
div.DivClassName
{
background-color: #3ABCFE;
}
.BgClassName
{
background-color: #3ABCFE;
}
</style>
border-color css
<style>
span { border-color: #3ABCFE; }
span { border-color: rgb(58,188,254); }
td.TdClassName
{
border-color: #3ABCFE;
}
.TagClassName
{
border-color: #3ABCFE;
}
</style>