Shades of Summer Sky #3ABAFC
Tints of Summer Sky #3ABAFC
RGB
CMYK
RGB Variations
Color information
#3ABAFC (or 0x3ABAFC) is known color: Summer Sky. HEX triplet: 3A, BA and FC. RGB value is (58,186,252). Sum of RGB (Red+Green+Blue) = 58+186+252=496 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.69% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #3ABAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ABAFC is #C54503. Grayscale: #9A9A9A. Windows color (decimal): -12928260 or 16562746. OLE color: 16562746.
HSL color Cylindrical-coordinate representation of color #3ABAFC: hue angle of 200.41º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3ABAFC is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 186 | 252 | - |
| CMYK | 0.77 | 0.26 | 0 | 0.01 |
| HSL | 200.41º | 0.97% | 0.61% | - |
| HSV(B) | 200.41º | 0.77% | 0.99% | - |
| XYZ | 36.87 | 43.05 | 98.46 | - |
| YUV | 155.25 | 182.59 | 58.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 252 | 0.77 | 0.26 | 0 | 0.01 | 200.41 | 0.97 | 0.61 |
| Hex | 3A | BA | FC | 4D | 1A | 0 | 1 | C8 | 61 | 3D |
| Octal | 72 | 272 | 374 | 115 | 32 | 0 | 1 | 310 | 141 | 75 |
| Binary | 111010 | 10111010 | 11111100 | 1001101 | 11010 | 0 | 1 | 11001000 | 1100001 | 111101 |
Color Harmonies of #3ABAFC
Complementary color
Monochromatic Colors of #3ABAFC
Black with #3ABAFC
Text Example
Text Example
White with #3ABAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABAFC; }
p { color: rgb(58,186,252); }
H1.HeaderClassName
{
color: #3ABAFC;
}
.AnyTagClassName
{
color: #3ABAFC;
}
</style>
background-color css
<style>
a { background-color: #3ABAFC; }
a { background-color: rgb(58,186,252); }
div.DivClassName
{
background-color: #3ABAFC;
}
.BgClassName
{
background-color: #3ABAFC;
}
</style>
border-color css
<style>
span { border-color: #3ABAFC; }
span { border-color: rgb(58,186,252); }
td.TdClassName
{
border-color: #3ABAFC;
}
.TagClassName
{
border-color: #3ABAFC;
}
</style>