Shades of Summer Sky #4ABBEA
Tints of Summer Sky #4ABBEA
RGB
CMYK
RGB Variations
Color information
#4ABBEA (or 0x4ABBEA) is known color: Summer Sky. HEX triplet: 4A, BB and EA. RGB value is (74,187,234). Sum of RGB (Red+Green+Blue) = 74+187+234=495 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.95% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #4ABBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ABBEA is #B54415. Grayscale: #9E9E9E. Windows color (decimal): -11879446 or 15383370. OLE color: 15383370.
HSL color Cylindrical-coordinate representation of color #4ABBEA: hue angle of 197.62º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ABBEA is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 187 | 234 | - |
| CMYK | 0.68 | 0.20 | 0 | 0.08 |
| HSL | 197.63º | 0.79% | 0.6% | - |
| HSV(B) | 197.63º | 0.68% | 0.92% | - |
| XYZ | 35.45 | 42.94 | 84.26 | - |
| YUV | 158.57 | 170.56 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 187 | 234 | 0.68 | 0.20 | 0 | 0.08 | 197.63 | 0.79 | 0.6 |
| Hex | 4A | BB | EA | 44 | 14 | 0 | 8 | C6 | 4F | 3C |
| Octal | 112 | 273 | 352 | 104 | 24 | 0 | 10 | 306 | 117 | 74 |
| Binary | 1001010 | 10111011 | 11101010 | 1000100 | 10100 | 0 | 1000 | 11000110 | 1001111 | 111100 |
Color Harmonies of #4ABBEA
Complementary color
Monochromatic Colors of #4ABBEA
Black with #4ABBEA
Text Example
Text Example
White with #4ABBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABBEA; }
p { color: rgb(74,187,234); }
H1.HeaderClassName
{
color: #4ABBEA;
}
.AnyTagClassName
{
color: #4ABBEA;
}
</style>
background-color css
<style>
a { background-color: #4ABBEA; }
a { background-color: rgb(74,187,234); }
div.DivClassName
{
background-color: #4ABBEA;
}
.BgClassName
{
background-color: #4ABBEA;
}
</style>
border-color css
<style>
span { border-color: #4ABBEA; }
span { border-color: rgb(74,187,234); }
td.TdClassName
{
border-color: #4ABBEA;
}
.TagClassName
{
border-color: #4ABBEA;
}
</style>