Shades of Summer Sky #4ACBEA
Tints of Summer Sky #4ACBEA
RGB
CMYK
RGB Variations
Color information
#4ACBEA (or 0x4ACBEA) is known color: Summer Sky. HEX triplet: 4A, CB and EA. RGB value is (74,203,234). Sum of RGB (Red+Green+Blue) = 74+203+234=511 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.48% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #4ACBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACBEA is #B53415. Grayscale: #A7A7A7. Windows color (decimal): -11875350 or 15387466. OLE color: 15387466.
HSL color Cylindrical-coordinate representation of color #4ACBEA: hue angle of 191.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 #4ACBEA is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 203 | 234 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.08 |
| HSL | 191.63º | 0.79% | 0.6% | - |
| HSV(B) | 191.63º | 0.68% | 0.92% | - |
| XYZ | 39.03 | 50.11 | 85.46 | - |
| YUV | 167.96 | 165.26 | 60.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 234 | 0.68 | 0.13 | 0 | 0.08 | 191.63 | 0.79 | 0.6 |
| Hex | 4A | CB | EA | 44 | D | 0 | 8 | C0 | 4F | 3C |
| Octal | 112 | 313 | 352 | 104 | 15 | 0 | 10 | 300 | 117 | 74 |
| Binary | 1001010 | 11001011 | 11101010 | 1000100 | 1101 | 0 | 1000 | 11000000 | 1001111 | 111100 |
Color Harmonies of #4ACBEA
Complementary color
Monochromatic Colors of #4ACBEA
Black with #4ACBEA
Text Example
Text Example
White with #4ACBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACBEA; }
p { color: rgb(74,203,234); }
H1.HeaderClassName
{
color: #4ACBEA;
}
.AnyTagClassName
{
color: #4ACBEA;
}
</style>
background-color css
<style>
a { background-color: #4ACBEA; }
a { background-color: rgb(74,203,234); }
div.DivClassName
{
background-color: #4ACBEA;
}
.BgClassName
{
background-color: #4ACBEA;
}
</style>
border-color css
<style>
span { border-color: #4ACBEA; }
span { border-color: rgb(74,203,234); }
td.TdClassName
{
border-color: #4ACBEA;
}
.TagClassName
{
border-color: #4ACBEA;
}
</style>