Shades of Summer Sky #4BCAEC
Tints of Summer Sky #4BCAEC
RGB
CMYK
RGB Variations
Color information
#4BCAEC (or 0x4BCAEC) is known color: Summer Sky. HEX triplet: 4B, CA and EC. RGB value is (75,202,236). Sum of RGB (Red+Green+Blue) = 75+202+236=513 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.62% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #4BCAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BCAEC is #B43513. Grayscale: #A7A7A7. Windows color (decimal): -11810068 or 15518283. OLE color: 15518283.
HSL color Cylindrical-coordinate representation of color #4BCAEC: hue angle of 192.67º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BCAEC is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 202 | 236 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.07 |
| HSL | 192.67º | 0.81% | 0.61% | - |
| HSV(B) | 192.67º | 0.68% | 0.93% | - |
| XYZ | 39.16 | 49.79 | 86.9 | - |
| YUV | 167.9 | 166.42 | 61.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 202 | 236 | 0.68 | 0.14 | 0 | 0.07 | 192.67 | 0.81 | 0.61 |
| Hex | 4B | CA | EC | 44 | E | 0 | 7 | C1 | 51 | 3D |
| Octal | 113 | 312 | 354 | 104 | 16 | 0 | 7 | 301 | 121 | 75 |
| Binary | 1001011 | 11001010 | 11101100 | 1000100 | 1110 | 0 | 111 | 11000001 | 1010001 | 111101 |
Color Harmonies of #4BCAEC
Complementary color
Monochromatic Colors of #4BCAEC
Black with #4BCAEC
Text Example
Text Example
White with #4BCAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCAEC; }
p { color: rgb(75,202,236); }
H1.HeaderClassName
{
color: #4BCAEC;
}
.AnyTagClassName
{
color: #4BCAEC;
}
</style>
background-color css
<style>
a { background-color: #4BCAEC; }
a { background-color: rgb(75,202,236); }
div.DivClassName
{
background-color: #4BCAEC;
}
.BgClassName
{
background-color: #4BCAEC;
}
</style>
border-color css
<style>
span { border-color: #4BCAEC; }
span { border-color: rgb(75,202,236); }
td.TdClassName
{
border-color: #4BCAEC;
}
.TagClassName
{
border-color: #4BCAEC;
}
</style>