Shades of Summer Sky #3ABFEA
Tints of Summer Sky #3ABFEA
RGB
CMYK
RGB Variations
Color information
#3ABFEA (or 0x3ABFEA) is known color: Summer Sky. HEX triplet: 3A, BF and EA. RGB value is (58,191,234). Sum of RGB (Red+Green+Blue) = 58+191+234=483 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.01% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #3ABFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ABFEA is #C54015. Grayscale: #9B9B9B. Windows color (decimal): -12926998 or 15384378. OLE color: 15384378.
HSL color Cylindrical-coordinate representation of color #3ABFEA: hue angle of 194.66º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3ABFEA is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 191 | 234 | - |
| CMYK | 0.75 | 0.18 | 0 | 0.08 |
| HSL | 194.66º | 0.81% | 0.57% | - |
| HSV(B) | 194.66º | 0.75% | 0.92% | - |
| XYZ | 35.23 | 44.1 | 84.5 | - |
| YUV | 156.14 | 171.94 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 191 | 234 | 0.75 | 0.18 | 0 | 0.08 | 194.66 | 0.81 | 0.57 |
| Hex | 3A | BF | EA | 4B | 12 | 0 | 8 | C3 | 51 | 39 |
| Octal | 72 | 277 | 352 | 113 | 22 | 0 | 10 | 303 | 121 | 71 |
| Binary | 111010 | 10111111 | 11101010 | 1001011 | 10010 | 0 | 1000 | 11000011 | 1010001 | 111001 |
Color Harmonies of #3ABFEA
Complementary color
Monochromatic Colors of #3ABFEA
Black with #3ABFEA
Text Example
Text Example
White with #3ABFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABFEA; }
p { color: rgb(58,191,234); }
H1.HeaderClassName
{
color: #3ABFEA;
}
.AnyTagClassName
{
color: #3ABFEA;
}
</style>
background-color css
<style>
a { background-color: #3ABFEA; }
a { background-color: rgb(58,191,234); }
div.DivClassName
{
background-color: #3ABFEA;
}
.BgClassName
{
background-color: #3ABFEA;
}
</style>
border-color css
<style>
span { border-color: #3ABFEA; }
span { border-color: rgb(58,191,234); }
td.TdClassName
{
border-color: #3ABFEA;
}
.TagClassName
{
border-color: #3ABFEA;
}
</style>