Shades of Summer Sky #3ABEFC
Tints of Summer Sky #3ABEFC
RGB
CMYK
RGB Variations
Color information
#3ABEFC (or 0x3ABEFC) is known color: Summer Sky. HEX triplet: 3A, BE and FC. RGB value is (58,190,252). Sum of RGB (Red+Green+Blue) = 58+190+252=500 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.6% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #3ABEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ABEFC is #C54103. Grayscale: #9D9D9D. Windows color (decimal): -12927236 or 16563770. OLE color: 16563770.
HSL color Cylindrical-coordinate representation of color #3ABEFC: hue angle of 199.18º degrees, saturation: 0.97, 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 #3ABEFC is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 190 | 252 | - |
| CMYK | 0.77 | 0.25 | 0 | 0.01 |
| HSL | 199.18º | 0.97% | 0.61% | - |
| HSV(B) | 199.18º | 0.77% | 0.99% | - |
| XYZ | 37.73 | 44.75 | 98.75 | - |
| YUV | 157.6 | 181.27 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 190 | 252 | 0.77 | 0.25 | 0 | 0.01 | 199.18 | 0.97 | 0.61 |
| Hex | 3A | BE | FC | 4D | 19 | 0 | 1 | C7 | 61 | 3D |
| Octal | 72 | 276 | 374 | 115 | 31 | 0 | 1 | 307 | 141 | 75 |
| Binary | 111010 | 10111110 | 11111100 | 1001101 | 11001 | 0 | 1 | 11000111 | 1100001 | 111101 |
Color Harmonies of #3ABEFC
Complementary color
Monochromatic Colors of #3ABEFC
Black with #3ABEFC
Text Example
Text Example
White with #3ABEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABEFC; }
p { color: rgb(58,190,252); }
H1.HeaderClassName
{
color: #3ABEFC;
}
.AnyTagClassName
{
color: #3ABEFC;
}
</style>
background-color css
<style>
a { background-color: #3ABEFC; }
a { background-color: rgb(58,190,252); }
div.DivClassName
{
background-color: #3ABEFC;
}
.BgClassName
{
background-color: #3ABEFC;
}
</style>
border-color css
<style>
span { border-color: #3ABEFC; }
span { border-color: rgb(58,190,252); }
td.TdClassName
{
border-color: #3ABEFC;
}
.TagClassName
{
border-color: #3ABEFC;
}
</style>