Shades of Summer Sky #3ABFEE
Tints of Summer Sky #3ABFEE
RGB
CMYK
RGB Variations
Color information
#3ABFEE (or 0x3ABFEE) is known color: Summer Sky. HEX triplet: 3A, BF and EE. RGB value is (58,191,238). Sum of RGB (Red+Green+Blue) = 58+191+238=487 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.91% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #3ABFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ABFEE is #C54011. Grayscale: #9C9C9C. Windows color (decimal): -12926994 or 15646522. OLE color: 15646522.
HSL color Cylindrical-coordinate representation of color #3ABFEE: hue angle of 195.67º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ABFEE is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 191 | 238 | - |
| CMYK | 0.76 | 0.20 | 0 | 0.07 |
| HSL | 195.67º | 0.84% | 0.58% | - |
| HSV(B) | 195.67º | 0.76% | 0.93% | - |
| XYZ | 35.81 | 44.33 | 87.56 | - |
| YUV | 156.59 | 173.94 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 191 | 238 | 0.76 | 0.20 | 0 | 0.07 | 195.67 | 0.84 | 0.58 |
| Hex | 3A | BF | EE | 4C | 14 | 0 | 7 | C4 | 54 | 3A |
| Octal | 72 | 277 | 356 | 114 | 24 | 0 | 7 | 304 | 124 | 72 |
| Binary | 111010 | 10111111 | 11101110 | 1001100 | 10100 | 0 | 111 | 11000100 | 1010100 | 111010 |
Color Harmonies of #3ABFEE
Complementary color
Monochromatic Colors of #3ABFEE
Black with #3ABFEE
Text Example
Text Example
White with #3ABFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABFEE; }
p { color: rgb(58,191,238); }
H1.HeaderClassName
{
color: #3ABFEE;
}
.AnyTagClassName
{
color: #3ABFEE;
}
</style>
background-color css
<style>
a { background-color: #3ABFEE; }
a { background-color: rgb(58,191,238); }
div.DivClassName
{
background-color: #3ABFEE;
}
.BgClassName
{
background-color: #3ABFEE;
}
</style>
border-color css
<style>
span { border-color: #3ABFEE; }
span { border-color: rgb(58,191,238); }
td.TdClassName
{
border-color: #3ABFEE;
}
.TagClassName
{
border-color: #3ABFEE;
}
</style>