Shades of Summer Sky #4ACCEE
Tints of Summer Sky #4ACCEE
RGB
CMYK
RGB Variations
Color information
#4ACCEE (or 0x4ACCEE) is known color: Summer Sky. HEX triplet: 4A, CC and EE. RGB value is (74,204,238). Sum of RGB (Red+Green+Blue) = 74+204+238=516 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.34% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #4ACCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACCEE is #B53311. Grayscale: #A8A8A8. Windows color (decimal): -11875090 or 15649866. OLE color: 15649866.
HSL color Cylindrical-coordinate representation of color #4ACCEE: hue angle of 192.44º degrees, saturation: 0.83, 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 #4ACCEE is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 204 | 238 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.07 |
| HSL | 192.44º | 0.83% | 0.61% | - |
| HSV(B) | 192.44º | 0.69% | 0.93% | - |
| XYZ | 39.85 | 50.81 | 88.6 | - |
| YUV | 169.01 | 166.93 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 204 | 238 | 0.69 | 0.14 | 0 | 0.07 | 192.44 | 0.83 | 0.61 |
| Hex | 4A | CC | EE | 45 | E | 0 | 7 | C0 | 53 | 3D |
| Octal | 112 | 314 | 356 | 105 | 16 | 0 | 7 | 300 | 123 | 75 |
| Binary | 1001010 | 11001100 | 11101110 | 1000101 | 1110 | 0 | 111 | 11000000 | 1010011 | 111101 |
Color Harmonies of #4ACCEE
Complementary color
Monochromatic Colors of #4ACCEE
Black with #4ACCEE
Text Example
Text Example
White with #4ACCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACCEE; }
p { color: rgb(74,204,238); }
H1.HeaderClassName
{
color: #4ACCEE;
}
.AnyTagClassName
{
color: #4ACCEE;
}
</style>
background-color css
<style>
a { background-color: #4ACCEE; }
a { background-color: rgb(74,204,238); }
div.DivClassName
{
background-color: #4ACCEE;
}
.BgClassName
{
background-color: #4ACCEE;
}
</style>
border-color css
<style>
span { border-color: #4ACCEE; }
span { border-color: rgb(74,204,238); }
td.TdClassName
{
border-color: #4ACCEE;
}
.TagClassName
{
border-color: #4ACCEE;
}
</style>