Shades of Summer Sky #3ABFFF
Tints of Summer Sky #3ABFFF
RGB
CMYK
RGB Variations
Color information
#3ABFFF (or 0x3ABFFF) is known color: Summer Sky. HEX triplet: 3A, BF and FF. RGB value is (58,191,255). Sum of RGB (Red+Green+Blue) = 58+191+255=504 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.51% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #3ABFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ABFFF is #C54000. Grayscale: #9E9E9E. Windows color (decimal): -12926977 or 16760634. OLE color: 16760634.
HSL color Cylindrical-coordinate representation of color #3ABFFF: hue angle of 199.49º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3ABFFF is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 191 | 255 | - |
| CMYK | 0.77 | 0.25 | 0 | 0 |
| HSL | 199.49º | 1% | 0.61% | - |
| HSV(B) | 199.49º | 0.77% | 1% | - |
| XYZ | 38.43 | 45.38 | 101.34 | - |
| YUV | 158.53 | 182.44 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 191 | 255 | 0.77 | 0.25 | 0 | 0 | 199.49 | 1 | 0.61 |
| Hex | 3A | BF | FF | 4D | 19 | 0 | 0 | C7 | 64 | 3D |
| Octal | 72 | 277 | 377 | 115 | 31 | 0 | 0 | 307 | 144 | 75 |
| Binary | 111010 | 10111111 | 11111111 | 1001101 | 11001 | 0 | 0 | 11000111 | 1100100 | 111101 |
Color Harmonies of #3ABFFF
Complementary color
Monochromatic Colors of #3ABFFF
Black with #3ABFFF
Text Example
Text Example
White with #3ABFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABFFF; }
p { color: rgb(58,191,255); }
H1.HeaderClassName
{
color: #3ABFFF;
}
.AnyTagClassName
{
color: #3ABFFF;
}
</style>
background-color css
<style>
a { background-color: #3ABFFF; }
a { background-color: rgb(58,191,255); }
div.DivClassName
{
background-color: #3ABFFF;
}
.BgClassName
{
background-color: #3ABFFF;
}
</style>
border-color css
<style>
span { border-color: #3ABFFF; }
span { border-color: rgb(58,191,255); }
td.TdClassName
{
border-color: #3ABFFF;
}
.TagClassName
{
border-color: #3ABFFF;
}
</style>