Shades of Summer Sky #4BADFF
Tints of Summer Sky #4BADFF
RGB
CMYK
RGB Variations
Color information
#4BADFF (or 0x4BADFF) is known color: Summer Sky. HEX triplet: 4B, AD and FF. RGB value is (75,173,255). Sum of RGB (Red+Green+Blue) = 75+173+255=503 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.91% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #4BADFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BADFF is #B45200. Grayscale: #989898. Windows color (decimal): -11817473 or 16756043. OLE color: 16756043.
HSL color Cylindrical-coordinate representation of color #4BADFF: hue angle of 207.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BADFF is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 173 | 255 | - |
| CMYK | 0.71 | 0.32 | 0 | 0 |
| HSL | 207.33º | 1% | 0.65% | - |
| HSV(B) | 207.33º | 0.71% | 1% | - |
| XYZ | 35.9 | 38.6 | 100.17 | - |
| YUV | 153.05 | 185.53 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 173 | 255 | 0.71 | 0.32 | 0 | 0 | 207.33 | 1 | 0.65 |
| Hex | 4B | AD | FF | 47 | 20 | 0 | 0 | CF | 64 | 41 |
| Octal | 113 | 255 | 377 | 107 | 40 | 0 | 0 | 317 | 144 | 101 |
| Binary | 1001011 | 10101101 | 11111111 | 1000111 | 100000 | 0 | 0 | 11001111 | 1100100 | 1000001 |
Color Harmonies of #4BADFF
Complementary color
Monochromatic Colors of #4BADFF
Black with #4BADFF
Text Example
Text Example
White with #4BADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BADFF; }
p { color: rgb(75,173,255); }
H1.HeaderClassName
{
color: #4BADFF;
}
.AnyTagClassName
{
color: #4BADFF;
}
</style>
background-color css
<style>
a { background-color: #4BADFF; }
a { background-color: rgb(75,173,255); }
div.DivClassName
{
background-color: #4BADFF;
}
.BgClassName
{
background-color: #4BADFF;
}
</style>
border-color css
<style>
span { border-color: #4BADFF; }
span { border-color: rgb(75,173,255); }
td.TdClassName
{
border-color: #4BADFF;
}
.TagClassName
{
border-color: #4BADFF;
}
</style>