Shades of Summer Sky #4ABDED
Tints of Summer Sky #4ABDED
RGB
CMYK
RGB Variations
Color information
#4ABDED (or 0x4ABDED) is known color: Summer Sky. HEX triplet: 4A, BD and ED. RGB value is (74,189,237). Sum of RGB (Red+Green+Blue) = 74+189+237=500 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.8% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #4ABDED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ABDED is #B54212. Grayscale: #9F9F9F. Windows color (decimal): -11878931 or 15580490. OLE color: 15580490.
HSL color Cylindrical-coordinate representation of color #4ABDED: hue angle of 197.67º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ABDED is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 189 | 237 | - |
| CMYK | 0.69 | 0.20 | 0 | 0.07 |
| HSL | 197.67º | 0.82% | 0.61% | - |
| HSV(B) | 197.67º | 0.69% | 0.93% | - |
| XYZ | 36.31 | 43.97 | 86.69 | - |
| YUV | 160.09 | 171.4 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 237 | 0.69 | 0.20 | 0 | 0.07 | 197.67 | 0.82 | 0.61 |
| Hex | 4A | BD | ED | 45 | 14 | 0 | 7 | C6 | 52 | 3D |
| Octal | 112 | 275 | 355 | 105 | 24 | 0 | 7 | 306 | 122 | 75 |
| Binary | 1001010 | 10111101 | 11101101 | 1000101 | 10100 | 0 | 111 | 11000110 | 1010010 | 111101 |
Color Harmonies of #4ABDED
Complementary color
Monochromatic Colors of #4ABDED
Black with #4ABDED
Text Example
Text Example
White with #4ABDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABDED; }
p { color: rgb(74,189,237); }
H1.HeaderClassName
{
color: #4ABDED;
}
.AnyTagClassName
{
color: #4ABDED;
}
</style>
background-color css
<style>
a { background-color: #4ABDED; }
a { background-color: rgb(74,189,237); }
div.DivClassName
{
background-color: #4ABDED;
}
.BgClassName
{
background-color: #4ABDED;
}
</style>
border-color css
<style>
span { border-color: #4ABDED; }
span { border-color: rgb(74,189,237); }
td.TdClassName
{
border-color: #4ABDED;
}
.TagClassName
{
border-color: #4ABDED;
}
</style>