Shades of Summer Sky #4ABBFA
Tints of Summer Sky #4ABBFA
RGB
CMYK
RGB Variations
Color information
#4ABBFA (or 0x4ABBFA) is known color: Summer Sky. HEX triplet: 4A, BB and FA. RGB value is (74,187,250). Sum of RGB (Red+Green+Blue) = 74+187+250=511 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.48% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #4ABBFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ABBFA is #B54405. Grayscale: #A0A0A0. Windows color (decimal): -11879430 or 16431946. OLE color: 16431946.
HSL color Cylindrical-coordinate representation of color #4ABBFA: hue angle of 201.48º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4ABBFA is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 187 | 250 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.02 |
| HSL | 201.48º | 0.95% | 0.64% | - |
| HSV(B) | 201.48º | 0.7% | 0.98% | - |
| XYZ | 37.85 | 43.9 | 96.92 | - |
| YUV | 160.4 | 178.56 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 187 | 250 | 0.70 | 0.25 | 0 | 0.02 | 201.48 | 0.95 | 0.64 |
| Hex | 4A | BB | FA | 46 | 19 | 0 | 2 | C9 | 5F | 40 |
| Octal | 112 | 273 | 372 | 106 | 31 | 0 | 2 | 311 | 137 | 100 |
| Binary | 1001010 | 10111011 | 11111010 | 1000110 | 11001 | 0 | 10 | 11001001 | 1011111 | 1000000 |
Color Harmonies of #4ABBFA
Complementary color
Monochromatic Colors of #4ABBFA
Black with #4ABBFA
Text Example
Text Example
White with #4ABBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABBFA; }
p { color: rgb(74,187,250); }
H1.HeaderClassName
{
color: #4ABBFA;
}
.AnyTagClassName
{
color: #4ABBFA;
}
</style>
background-color css
<style>
a { background-color: #4ABBFA; }
a { background-color: rgb(74,187,250); }
div.DivClassName
{
background-color: #4ABBFA;
}
.BgClassName
{
background-color: #4ABBFA;
}
</style>
border-color css
<style>
span { border-color: #4ABBFA; }
span { border-color: rgb(74,187,250); }
td.TdClassName
{
border-color: #4ABBFA;
}
.TagClassName
{
border-color: #4ABBFA;
}
</style>