Shades of Summer Sky #4BCAEA
Tints of Summer Sky #4BCAEA
RGB
CMYK
RGB Variations
Color information
#4BCAEA (or 0x4BCAEA) is known color: Summer Sky. HEX triplet: 4B, CA and EA. RGB value is (75,202,234). Sum of RGB (Red+Green+Blue) = 75+202+234=511 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.68% from 511); Green value is 202 (79.30% from 255 or 39.53% 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 #4BCAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BCAEA is #B43515. Grayscale: #A7A7A7. Windows color (decimal): -11810070 or 15387211. OLE color: 15387211.
HSL color Cylindrical-coordinate representation of color #4BCAEA: hue angle of 192.08º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BCAEA is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 75 | 202 | 234 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.08 |
| HSL | 192.08º | 0.79% | 0.61% | - |
| HSV(B) | 192.08º | 0.68% | 0.92% | - |
| XYZ | 38.87 | 49.68 | 85.38 | - |
| YUV | 167.68 | 165.42 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 202 | 234 | 0.68 | 0.14 | 0 | 0.08 | 192.08 | 0.79 | 0.61 |
| Hex | 4B | CA | EA | 44 | E | 0 | 8 | C0 | 4F | 3D |
| Octal | 113 | 312 | 352 | 104 | 16 | 0 | 10 | 300 | 117 | 75 |
| Binary | 1001011 | 11001010 | 11101010 | 1000100 | 1110 | 0 | 1000 | 11000000 | 1001111 | 111101 |
Color Harmonies of #4BCAEA
Complementary color
Monochromatic Colors of #4BCAEA
Black with #4BCAEA
Text Example
Text Example
White with #4BCAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCAEA; }
p { color: rgb(75,202,234); }
H1.HeaderClassName
{
color: #4BCAEA;
}
.AnyTagClassName
{
color: #4BCAEA;
}
</style>
background-color css
<style>
a { background-color: #4BCAEA; }
a { background-color: rgb(75,202,234); }
div.DivClassName
{
background-color: #4BCAEA;
}
.BgClassName
{
background-color: #4BCAEA;
}
</style>
border-color css
<style>
span { border-color: #4BCAEA; }
span { border-color: rgb(75,202,234); }
td.TdClassName
{
border-color: #4BCAEA;
}
.TagClassName
{
border-color: #4BCAEA;
}
</style>