Shades of Summer Sky #3ABFEF
Tints of Summer Sky #3ABFEF
RGB
CMYK
RGB Variations
Color information
#3ABFEF (or 0x3ABFEF) is known color: Summer Sky. HEX triplet: 3A, BF and EF. RGB value is (58,191,239). Sum of RGB (Red+Green+Blue) = 58+191+239=488 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.89% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #3ABFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ABFEF is #C54010. Grayscale: #9C9C9C. Windows color (decimal): -12926993 or 15712058. OLE color: 15712058.
HSL color Cylindrical-coordinate representation of color #3ABFEF: hue angle of 195.91º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ABFEF is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 191 | 239 | - |
| CMYK | 0.76 | 0.20 | 0 | 0.06 |
| HSL | 195.91º | 0.85% | 0.58% | - |
| HSV(B) | 195.91º | 0.76% | 0.94% | - |
| XYZ | 35.96 | 44.39 | 88.34 | - |
| YUV | 156.71 | 174.44 | 57.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 191 | 239 | 0.76 | 0.20 | 0 | 0.06 | 195.91 | 0.85 | 0.58 |
| Hex | 3A | BF | EF | 4C | 14 | 0 | 6 | C4 | 55 | 3A |
| Octal | 72 | 277 | 357 | 114 | 24 | 0 | 6 | 304 | 125 | 72 |
| Binary | 111010 | 10111111 | 11101111 | 1001100 | 10100 | 0 | 110 | 11000100 | 1010101 | 111010 |
Color Harmonies of #3ABFEF
Complementary color
Monochromatic Colors of #3ABFEF
Black with #3ABFEF
Text Example
Text Example
White with #3ABFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABFEF; }
p { color: rgb(58,191,239); }
H1.HeaderClassName
{
color: #3ABFEF;
}
.AnyTagClassName
{
color: #3ABFEF;
}
</style>
background-color css
<style>
a { background-color: #3ABFEF; }
a { background-color: rgb(58,191,239); }
div.DivClassName
{
background-color: #3ABFEF;
}
.BgClassName
{
background-color: #3ABFEF;
}
</style>
border-color css
<style>
span { border-color: #3ABFEF; }
span { border-color: rgb(58,191,239); }
td.TdClassName
{
border-color: #3ABFEF;
}
.TagClassName
{
border-color: #3ABFEF;
}
</style>