Shades of Summer Sky #4BBDEF
Tints of Summer Sky #4BBDEF
RGB
CMYK
RGB Variations
Color information
#4BBDEF (or 0x4BBDEF) is known color: Summer Sky. HEX triplet: 4B, BD and EF. RGB value is (75,189,239). Sum of RGB (Red+Green+Blue) = 75+189+239=503 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.91% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #4BBDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BBDEF is #B44210. Grayscale: #A0A0A0. Windows color (decimal): -11813393 or 15711563. OLE color: 15711563.
HSL color Cylindrical-coordinate representation of color #4BBDEF: hue angle of 198.29º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BBDEF is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 75 | 189 | 239 | - |
| CMYK | 0.69 | 0.21 | 0 | 0.06 |
| HSL | 198.29º | 0.84% | 0.62% | - |
| HSV(B) | 198.29º | 0.69% | 0.94% | - |
| XYZ | 36.68 | 44.12 | 88.24 | - |
| YUV | 160.61 | 172.23 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 189 | 239 | 0.69 | 0.21 | 0 | 0.06 | 198.29 | 0.84 | 0.62 |
| Hex | 4B | BD | EF | 45 | 15 | 0 | 6 | C6 | 54 | 3E |
| Octal | 113 | 275 | 357 | 105 | 25 | 0 | 6 | 306 | 124 | 76 |
| Binary | 1001011 | 10111101 | 11101111 | 1000101 | 10101 | 0 | 110 | 11000110 | 1010100 | 111110 |
Color Harmonies of #4BBDEF
Complementary color
Monochromatic Colors of #4BBDEF
Black with #4BBDEF
Text Example
Text Example
White with #4BBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBDEF; }
p { color: rgb(75,189,239); }
H1.HeaderClassName
{
color: #4BBDEF;
}
.AnyTagClassName
{
color: #4BBDEF;
}
</style>
background-color css
<style>
a { background-color: #4BBDEF; }
a { background-color: rgb(75,189,239); }
div.DivClassName
{
background-color: #4BBDEF;
}
.BgClassName
{
background-color: #4BBDEF;
}
</style>
border-color css
<style>
span { border-color: #4BBDEF; }
span { border-color: rgb(75,189,239); }
td.TdClassName
{
border-color: #4BBDEF;
}
.TagClassName
{
border-color: #4BBDEF;
}
</style>