Shades of Summer Sky #4ABAF2
Tints of Summer Sky #4ABAF2
RGB
CMYK
RGB Variations
Color information
#4ABAF2 (or 0x4ABAF2) is known color: Summer Sky. HEX triplet: 4A, BA and F2. RGB value is (74,186,242). Sum of RGB (Red+Green+Blue) = 74+186+242=502 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.74% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #4ABAF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ABAF2 is #B5450D. Grayscale: #9E9E9E. Windows color (decimal): -11879694 or 15907402. OLE color: 15907402.
HSL color Cylindrical-coordinate representation of color #4ABAF2: hue angle of 200º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ABAF2 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 186 | 242 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.05 |
| HSL | 200º | 0.87% | 0.62% | - |
| HSV(B) | 200º | 0.69% | 0.95% | - |
| XYZ | 36.41 | 42.98 | 90.38 | - |
| YUV | 158.9 | 174.89 | 67.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 186 | 242 | 0.69 | 0.23 | 0 | 0.05 | 200 | 0.87 | 0.62 |
| Hex | 4A | BA | F2 | 45 | 17 | 0 | 5 | C8 | 57 | 3E |
| Octal | 112 | 272 | 362 | 105 | 27 | 0 | 5 | 310 | 127 | 76 |
| Binary | 1001010 | 10111010 | 11110010 | 1000101 | 10111 | 0 | 101 | 11001000 | 1010111 | 111110 |
Color Harmonies of #4ABAF2
Complementary color
Monochromatic Colors of #4ABAF2
Black with #4ABAF2
Text Example
Text Example
White with #4ABAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABAF2; }
p { color: rgb(74,186,242); }
H1.HeaderClassName
{
color: #4ABAF2;
}
.AnyTagClassName
{
color: #4ABAF2;
}
</style>
background-color css
<style>
a { background-color: #4ABAF2; }
a { background-color: rgb(74,186,242); }
div.DivClassName
{
background-color: #4ABAF2;
}
.BgClassName
{
background-color: #4ABAF2;
}
</style>
border-color css
<style>
span { border-color: #4ABAF2; }
span { border-color: rgb(74,186,242); }
td.TdClassName
{
border-color: #4ABAF2;
}
.TagClassName
{
border-color: #4ABAF2;
}
</style>