Shades of Summer Sky #4BAFDD
Tints of Summer Sky #4BAFDD
RGB
CMYK
RGB Variations
Color information
#4BAFDD (or 0x4BAFDD) is known color: Summer Sky. HEX triplet: 4B, AF and DD. RGB value is (75,175,221). Sum of RGB (Red+Green+Blue) = 75+175+221=471 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.92% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #4BAFDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BAFDD is #B45022. Grayscale: #969696. Windows color (decimal): -11816995 or 14528331. OLE color: 14528331.
HSL color Cylindrical-coordinate representation of color #4BAFDD: hue angle of 198.9º 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 #4BAFDD is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 175 | 221 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.13 |
| HSL | 198.9º | 0.68% | 0.58% | - |
| HSV(B) | 198.9º | 0.66% | 0.87% | - |
| XYZ | 31.28 | 37.38 | 73.97 | - |
| YUV | 150.34 | 167.87 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 175 | 221 | 0.66 | 0.21 | 0 | 0.13 | 198.9 | 0.68 | 0.58 |
| Hex | 4B | AF | DD | 42 | 15 | 0 | D | C7 | 44 | 3A |
| Octal | 113 | 257 | 335 | 102 | 25 | 0 | 15 | 307 | 104 | 72 |
| Binary | 1001011 | 10101111 | 11011101 | 1000010 | 10101 | 0 | 1101 | 11000111 | 1000100 | 111010 |
Color Harmonies of #4BAFDD
Complementary color
Monochromatic Colors of #4BAFDD
Black with #4BAFDD
Text Example
Text Example
White with #4BAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAFDD; }
p { color: rgb(75,175,221); }
H1.HeaderClassName
{
color: #4BAFDD;
}
.AnyTagClassName
{
color: #4BAFDD;
}
</style>
background-color css
<style>
a { background-color: #4BAFDD; }
a { background-color: rgb(75,175,221); }
div.DivClassName
{
background-color: #4BAFDD;
}
.BgClassName
{
background-color: #4BAFDD;
}
</style>
border-color css
<style>
span { border-color: #4BAFDD; }
span { border-color: rgb(75,175,221); }
td.TdClassName
{
border-color: #4BAFDD;
}
.TagClassName
{
border-color: #4BAFDD;
}
</style>