Shades of Summer Sky #4ABCFF
Tints of Summer Sky #4ABCFF
RGB
CMYK
RGB Variations
Color information
#4ABCFF (or 0x4ABCFF) is known color: Summer Sky. HEX triplet: 4A, BC and FF. RGB value is (74,188,255). Sum of RGB (Red+Green+Blue) = 74+188+255=517 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.31% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #4ABCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ABCFF is #B54300. Grayscale: #A1A1A1. Windows color (decimal): -11879169 or 16759882. OLE color: 16759882.
HSL color Cylindrical-coordinate representation of color #4ABCFF: hue angle of 202.21º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4ABCFF is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 188 | 255 | - |
| CMYK | 0.71 | 0.26 | 0 | 0 |
| HSL | 202.21º | 1% | 0.65% | - |
| HSV(B) | 202.21º | 0.71% | 1% | - |
| XYZ | 38.86 | 44.64 | 101.18 | - |
| YUV | 161.55 | 180.73 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 255 | 0.71 | 0.26 | 0 | 0 | 202.21 | 1 | 0.65 |
| Hex | 4A | BC | FF | 47 | 1A | 0 | 0 | CA | 64 | 41 |
| Octal | 112 | 274 | 377 | 107 | 32 | 0 | 0 | 312 | 144 | 101 |
| Binary | 1001010 | 10111100 | 11111111 | 1000111 | 11010 | 0 | 0 | 11001010 | 1100100 | 1000001 |
Color Harmonies of #4ABCFF
Complementary color
Monochromatic Colors of #4ABCFF
Black with #4ABCFF
Text Example
Text Example
White with #4ABCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABCFF; }
p { color: rgb(74,188,255); }
H1.HeaderClassName
{
color: #4ABCFF;
}
.AnyTagClassName
{
color: #4ABCFF;
}
</style>
background-color css
<style>
a { background-color: #4ABCFF; }
a { background-color: rgb(74,188,255); }
div.DivClassName
{
background-color: #4ABCFF;
}
.BgClassName
{
background-color: #4ABCFF;
}
</style>
border-color css
<style>
span { border-color: #4ABCFF; }
span { border-color: rgb(74,188,255); }
td.TdClassName
{
border-color: #4ABCFF;
}
.TagClassName
{
border-color: #4ABCFF;
}
</style>