Shades of Summer Sky #4BADEF
Tints of Summer Sky #4BADEF
RGB
CMYK
RGB Variations
Color information
#4BADEF (or 0x4BADEF) is known color: Summer Sky. HEX triplet: 4B, AD and EF. RGB value is (75,173,239). Sum of RGB (Red+Green+Blue) = 75+173+239=487 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.40% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #4BADEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BADEF is #B45210. Grayscale: #969696. Windows color (decimal): -11817489 or 15707467. OLE color: 15707467.
HSL color Cylindrical-coordinate representation of color #4BADEF: hue angle of 204.15º 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 #4BADEF is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 75 | 173 | 239 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.06 |
| HSL | 204.15º | 0.84% | 0.62% | - |
| HSV(B) | 204.15º | 0.69% | 0.94% | - |
| XYZ | 33.43 | 37.61 | 87.16 | - |
| YUV | 151.22 | 177.53 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 173 | 239 | 0.69 | 0.28 | 0 | 0.06 | 204.15 | 0.84 | 0.62 |
| Hex | 4B | AD | EF | 45 | 1C | 0 | 6 | CC | 54 | 3E |
| Octal | 113 | 255 | 357 | 105 | 34 | 0 | 6 | 314 | 124 | 76 |
| Binary | 1001011 | 10101101 | 11101111 | 1000101 | 11100 | 0 | 110 | 11001100 | 1010100 | 111110 |
Color Harmonies of #4BADEF
Complementary color
Monochromatic Colors of #4BADEF
Black with #4BADEF
Text Example
Text Example
White with #4BADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BADEF; }
p { color: rgb(75,173,239); }
H1.HeaderClassName
{
color: #4BADEF;
}
.AnyTagClassName
{
color: #4BADEF;
}
</style>
background-color css
<style>
a { background-color: #4BADEF; }
a { background-color: rgb(75,173,239); }
div.DivClassName
{
background-color: #4BADEF;
}
.BgClassName
{
background-color: #4BADEF;
}
</style>
border-color css
<style>
span { border-color: #4BADEF; }
span { border-color: rgb(75,173,239); }
td.TdClassName
{
border-color: #4BADEF;
}
.TagClassName
{
border-color: #4BADEF;
}
</style>