Shades of Summer Sky #4BADDE
Tints of Summer Sky #4BADDE
RGB
CMYK
RGB Variations
Color information
#4BADDE (or 0x4BADDE) is known color: Summer Sky. HEX triplet: 4B, AD and DE. RGB value is (75,173,222). Sum of RGB (Red+Green+Blue) = 75+173+222=470 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.96% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #4BADDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BADDE is #B45221. Grayscale: #949494. Windows color (decimal): -11817506 or 14593355. OLE color: 14593355.
HSL color Cylindrical-coordinate representation of color #4BADDE: hue angle of 200º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BADDE is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 173 | 222 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.13 |
| HSL | 200º | 0.69% | 0.58% | - |
| HSV(B) | 200º | 0.66% | 0.87% | - |
| XYZ | 31.03 | 36.66 | 74.55 | - |
| YUV | 149.28 | 169.03 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 173 | 222 | 0.66 | 0.22 | 0 | 0.13 | 200 | 0.69 | 0.58 |
| Hex | 4B | AD | DE | 42 | 16 | 0 | D | C8 | 45 | 3A |
| Octal | 113 | 255 | 336 | 102 | 26 | 0 | 15 | 310 | 105 | 72 |
| Binary | 1001011 | 10101101 | 11011110 | 1000010 | 10110 | 0 | 1101 | 11001000 | 1000101 | 111010 |
Color Harmonies of #4BADDE
Complementary color
Monochromatic Colors of #4BADDE
Black with #4BADDE
Text Example
Text Example
White with #4BADDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BADDE; }
p { color: rgb(75,173,222); }
H1.HeaderClassName
{
color: #4BADDE;
}
.AnyTagClassName
{
color: #4BADDE;
}
</style>
background-color css
<style>
a { background-color: #4BADDE; }
a { background-color: rgb(75,173,222); }
div.DivClassName
{
background-color: #4BADDE;
}
.BgClassName
{
background-color: #4BADDE;
}
</style>
border-color css
<style>
span { border-color: #4BADDE; }
span { border-color: rgb(75,173,222); }
td.TdClassName
{
border-color: #4BADDE;
}
.TagClassName
{
border-color: #4BADDE;
}
</style>