Shades of Summer Sky #4BAADD
Tints of Summer Sky #4BAADD
RGB
CMYK
RGB Variations
Color information
#4BAADD (or 0x4BAADD) is known color: Summer Sky. HEX triplet: 4B, AA and DD. RGB value is (75,170,221). Sum of RGB (Red+Green+Blue) = 75+170+221=466 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.09% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #4BAADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BAADD is #B45522. Grayscale: #939393. Windows color (decimal): -11818275 or 14527051. OLE color: 14527051.
HSL color Cylindrical-coordinate representation of color #4BAADD: hue angle of 200.96º degrees, saturation: 0.68, 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 #4BAADD is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 170 | 221 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.13 |
| HSL | 200.96º | 0.68% | 0.58% | - |
| HSV(B) | 200.96º | 0.66% | 0.87% | - |
| XYZ | 30.33 | 35.47 | 73.65 | - |
| YUV | 147.41 | 169.53 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 170 | 221 | 0.66 | 0.23 | 0 | 0.13 | 200.96 | 0.68 | 0.58 |
| Hex | 4B | AA | DD | 42 | 17 | 0 | D | C9 | 44 | 3A |
| Octal | 113 | 252 | 335 | 102 | 27 | 0 | 15 | 311 | 104 | 72 |
| Binary | 1001011 | 10101010 | 11011101 | 1000010 | 10111 | 0 | 1101 | 11001001 | 1000100 | 111010 |
Color Harmonies of #4BAADD
Complementary color
Monochromatic Colors of #4BAADD
Black with #4BAADD
Text Example
Text Example
White with #4BAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAADD; }
p { color: rgb(75,170,221); }
H1.HeaderClassName
{
color: #4BAADD;
}
.AnyTagClassName
{
color: #4BAADD;
}
</style>
background-color css
<style>
a { background-color: #4BAADD; }
a { background-color: rgb(75,170,221); }
div.DivClassName
{
background-color: #4BAADD;
}
.BgClassName
{
background-color: #4BAADD;
}
</style>
border-color css
<style>
span { border-color: #4BAADD; }
span { border-color: rgb(75,170,221); }
td.TdClassName
{
border-color: #4BAADD;
}
.TagClassName
{
border-color: #4BAADD;
}
</style>