Shades of Summer Sky #3ABEF4
Tints of Summer Sky #3ABEF4
RGB
CMYK
RGB Variations
Color information
#3ABEF4 (or 0x3ABEF4) is known color: Summer Sky. HEX triplet: 3A, BE and F4. RGB value is (58,190,244). Sum of RGB (Red+Green+Blue) = 58+190+244=492 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.79% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 244 (95.70% from 255 or 49.59% from 492); Max value from RGB is 244 - color contains mainly: blue. Hex color #3ABEF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ABEF4 is #C5410B. Grayscale: #9C9C9C. Windows color (decimal): -12927244 or 16039482. OLE color: 16039482.
HSL color Cylindrical-coordinate representation of color #3ABEF4: hue angle of 197.42º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ABEF4 is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 190 | 244 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.04 |
| HSL | 197.42º | 0.89% | 0.59% | - |
| HSV(B) | 197.42º | 0.76% | 0.96% | - |
| XYZ | 36.49 | 44.26 | 92.21 | - |
| YUV | 156.69 | 177.27 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 190 | 244 | 0.76 | 0.22 | 0 | 0.04 | 197.42 | 0.89 | 0.59 |
| Hex | 3A | BE | F4 | 4C | 16 | 0 | 4 | C5 | 59 | 3B |
| Octal | 72 | 276 | 364 | 114 | 26 | 0 | 4 | 305 | 131 | 73 |
| Binary | 111010 | 10111110 | 11110100 | 1001100 | 10110 | 0 | 100 | 11000101 | 1011001 | 111011 |
Color Harmonies of #3ABEF4
Complementary color
Monochromatic Colors of #3ABEF4
Black with #3ABEF4
Text Example
Text Example
White with #3ABEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABEF4; }
p { color: rgb(58,190,244); }
H1.HeaderClassName
{
color: #3ABEF4;
}
.AnyTagClassName
{
color: #3ABEF4;
}
</style>
background-color css
<style>
a { background-color: #3ABEF4; }
a { background-color: rgb(58,190,244); }
div.DivClassName
{
background-color: #3ABEF4;
}
.BgClassName
{
background-color: #3ABEF4;
}
</style>
border-color css
<style>
span { border-color: #3ABEF4; }
span { border-color: rgb(58,190,244); }
td.TdClassName
{
border-color: #3ABEF4;
}
.TagClassName
{
border-color: #3ABEF4;
}
</style>