Shades of Summer Sky #4ABDFE
Tints of Summer Sky #4ABDFE
RGB
CMYK
RGB Variations
Color information
#4ABDFE (or 0x4ABDFE) is known color: Summer Sky. HEX triplet: 4A, BD and FE. RGB value is (74,189,254). Sum of RGB (Red+Green+Blue) = 74+189+254=517 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.31% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #4ABDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ABDFE is #B54201. Grayscale: #A1A1A1. Windows color (decimal): -11878914 or 16694602. OLE color: 16694602.
HSL color Cylindrical-coordinate representation of color #4ABDFE: hue angle of 201.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4ABDFE is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 189 | 254 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.00 |
| HSL | 201.67º | 0.99% | 0.64% | - |
| HSV(B) | 201.67º | 0.71% | 1% | - |
| XYZ | 38.91 | 45.01 | 100.4 | - |
| YUV | 162.03 | 179.9 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 254 | 0.71 | 0.26 | 0 | 0.00 | 201.67 | 0.99 | 0.64 |
| Hex | 4A | BD | FE | 47 | 1A | 0 | 0 | CA | 63 | 40 |
| Octal | 112 | 275 | 376 | 107 | 32 | 0 | 0 | 312 | 143 | 100 |
| Binary | 1001010 | 10111101 | 11111110 | 1000111 | 11010 | 0 | 0 | 11001010 | 1100011 | 1000000 |
Color Harmonies of #4ABDFE
Complementary color
Monochromatic Colors of #4ABDFE
Black with #4ABDFE
Text Example
Text Example
White with #4ABDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABDFE; }
p { color: rgb(74,189,254); }
H1.HeaderClassName
{
color: #4ABDFE;
}
.AnyTagClassName
{
color: #4ABDFE;
}
</style>
background-color css
<style>
a { background-color: #4ABDFE; }
a { background-color: rgb(74,189,254); }
div.DivClassName
{
background-color: #4ABDFE;
}
.BgClassName
{
background-color: #4ABDFE;
}
</style>
border-color css
<style>
span { border-color: #4ABDFE; }
span { border-color: rgb(74,189,254); }
td.TdClassName
{
border-color: #4ABDFE;
}
.TagClassName
{
border-color: #4ABDFE;
}
</style>