Shades of Summer Sky #4ABDFF
Tints of Summer Sky #4ABDFF
RGB
CMYK
RGB Variations
Color information
#4ABDFF (or 0x4ABDFF) is known color: Summer Sky. HEX triplet: 4A, BD and FF. RGB value is (74,189,255). Sum of RGB (Red+Green+Blue) = 74+189+255=518 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.29% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #4ABDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ABDFF is #B54200. Grayscale: #A1A1A1. Windows color (decimal): -11878913 or 16760138. OLE color: 16760138.
HSL color Cylindrical-coordinate representation of color #4ABDFF: hue angle of 201.88º 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 #4ABDFF is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 189 | 255 | - |
| CMYK | 0.71 | 0.26 | 0 | 0 |
| HSL | 201.88º | 1% | 0.65% | - |
| HSV(B) | 201.88º | 0.71% | 1% | - |
| XYZ | 39.07 | 45.07 | 101.25 | - |
| YUV | 162.14 | 180.4 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 255 | 0.71 | 0.26 | 0 | 0 | 201.88 | 1 | 0.65 |
| Hex | 4A | BD | FF | 47 | 1A | 0 | 0 | CA | 64 | 41 |
| Octal | 112 | 275 | 377 | 107 | 32 | 0 | 0 | 312 | 144 | 101 |
| Binary | 1001010 | 10111101 | 11111111 | 1000111 | 11010 | 0 | 0 | 11001010 | 1100100 | 1000001 |
Color Harmonies of #4ABDFF
Complementary color
Monochromatic Colors of #4ABDFF
Black with #4ABDFF
Text Example
Text Example
White with #4ABDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABDFF; }
p { color: rgb(74,189,255); }
H1.HeaderClassName
{
color: #4ABDFF;
}
.AnyTagClassName
{
color: #4ABDFF;
}
</style>
background-color css
<style>
a { background-color: #4ABDFF; }
a { background-color: rgb(74,189,255); }
div.DivClassName
{
background-color: #4ABDFF;
}
.BgClassName
{
background-color: #4ABDFF;
}
</style>
border-color css
<style>
span { border-color: #4ABDFF; }
span { border-color: rgb(74,189,255); }
td.TdClassName
{
border-color: #4ABDFF;
}
.TagClassName
{
border-color: #4ABDFF;
}
</style>