Shades of Summer Sky #4BADFD
Tints of Summer Sky #4BADFD
RGB
CMYK
RGB Variations
Color information
#4BADFD (or 0x4BADFD) is known color: Summer Sky. HEX triplet: 4B, AD and FD. RGB value is (75,173,253). Sum of RGB (Red+Green+Blue) = 75+173+253=501 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.97% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #4BADFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BADFD is #B45202. Grayscale: #989898. Windows color (decimal): -11817475 or 16624971. OLE color: 16624971.
HSL color Cylindrical-coordinate representation of color #4BADFD: hue angle of 206.97º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BADFD is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 173 | 253 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.01 |
| HSL | 206.97º | 0.98% | 0.64% | - |
| HSV(B) | 206.97º | 0.7% | 0.99% | - |
| XYZ | 35.57 | 38.47 | 98.48 | - |
| YUV | 152.82 | 184.53 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 173 | 253 | 0.70 | 0.32 | 0 | 0.01 | 206.97 | 0.98 | 0.64 |
| Hex | 4B | AD | FD | 46 | 20 | 0 | 1 | CF | 62 | 40 |
| Octal | 113 | 255 | 375 | 106 | 40 | 0 | 1 | 317 | 142 | 100 |
| Binary | 1001011 | 10101101 | 11111101 | 1000110 | 100000 | 0 | 1 | 11001111 | 1100010 | 1000000 |
Color Harmonies of #4BADFD
Complementary color
Monochromatic Colors of #4BADFD
Black with #4BADFD
Text Example
Text Example
White with #4BADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BADFD; }
p { color: rgb(75,173,253); }
H1.HeaderClassName
{
color: #4BADFD;
}
.AnyTagClassName
{
color: #4BADFD;
}
</style>
background-color css
<style>
a { background-color: #4BADFD; }
a { background-color: rgb(75,173,253); }
div.DivClassName
{
background-color: #4BADFD;
}
.BgClassName
{
background-color: #4BADFD;
}
</style>
border-color css
<style>
span { border-color: #4BADFD; }
span { border-color: rgb(75,173,253); }
td.TdClassName
{
border-color: #4BADFD;
}
.TagClassName
{
border-color: #4BADFD;
}
</style>