Shades of Summer Sky #4BBDEC
Tints of Summer Sky #4BBDEC
RGB
CMYK
RGB Variations
Color information
#4BBDEC (or 0x4BBDEC) is known color: Summer Sky. HEX triplet: 4B, BD and EC. RGB value is (75,189,236). Sum of RGB (Red+Green+Blue) = 75+189+236=500 (66% of max value = 765). Red value is 75 (29.69% from 255 or 15% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #4BBDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BBDEC is #B44213. Grayscale: #9F9F9F. Windows color (decimal): -11813396 or 15514955. OLE color: 15514955.
HSL color Cylindrical-coordinate representation of color #4BBDEC: hue angle of 197.52º 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 #4BBDEC is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 189 | 236 | - |
| CMYK | 0.68 | 0.20 | 0 | 0.07 |
| HSL | 197.52º | 0.81% | 0.61% | - |
| HSV(B) | 197.52º | 0.68% | 0.93% | - |
| XYZ | 36.24 | 43.95 | 85.93 | - |
| YUV | 160.27 | 170.73 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 189 | 236 | 0.68 | 0.20 | 0 | 0.07 | 197.52 | 0.81 | 0.61 |
| Hex | 4B | BD | EC | 44 | 14 | 0 | 7 | C6 | 51 | 3D |
| Octal | 113 | 275 | 354 | 104 | 24 | 0 | 7 | 306 | 121 | 75 |
| Binary | 1001011 | 10111101 | 11101100 | 1000100 | 10100 | 0 | 111 | 11000110 | 1010001 | 111101 |
Color Harmonies of #4BBDEC
Complementary color
Monochromatic Colors of #4BBDEC
Black with #4BBDEC
Text Example
Text Example
White with #4BBDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBDEC; }
p { color: rgb(75,189,236); }
H1.HeaderClassName
{
color: #4BBDEC;
}
.AnyTagClassName
{
color: #4BBDEC;
}
</style>
background-color css
<style>
a { background-color: #4BBDEC; }
a { background-color: rgb(75,189,236); }
div.DivClassName
{
background-color: #4BBDEC;
}
.BgClassName
{
background-color: #4BBDEC;
}
</style>
border-color css
<style>
span { border-color: #4BBDEC; }
span { border-color: rgb(75,189,236); }
td.TdClassName
{
border-color: #4BBDEC;
}
.TagClassName
{
border-color: #4BBDEC;
}
</style>