Shades of Summer Sky #4BAFF0
Tints of Summer Sky #4BAFF0
RGB
CMYK
RGB Variations
Color information
#4BAFF0 (or 0x4BAFF0) is known color: Summer Sky. HEX triplet: 4B, AF and F0. RGB value is (75,175,240). Sum of RGB (Red+Green+Blue) = 75+175+240=490 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.31% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 240 - color contains mainly: blue. Hex color #4BAFF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BAFF0 is #B4500F. Grayscale: #989898. Windows color (decimal): -11816976 or 15773515. OLE color: 15773515.
HSL color Cylindrical-coordinate representation of color #4BAFF0: hue angle of 203.64º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BAFF0 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 75 | 175 | 240 | - |
| CMYK | 0.69 | 0.27 | 0 | 0.06 |
| HSL | 203.64º | 0.85% | 0.62% | - |
| HSV(B) | 203.64º | 0.69% | 0.94% | - |
| XYZ | 33.96 | 38.45 | 88.07 | - |
| YUV | 152.51 | 177.37 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 175 | 240 | 0.69 | 0.27 | 0 | 0.06 | 203.64 | 0.85 | 0.62 |
| Hex | 4B | AF | F0 | 45 | 1B | 0 | 6 | CC | 55 | 3E |
| Octal | 113 | 257 | 360 | 105 | 33 | 0 | 6 | 314 | 125 | 76 |
| Binary | 1001011 | 10101111 | 11110000 | 1000101 | 11011 | 0 | 110 | 11001100 | 1010101 | 111110 |
Color Harmonies of #4BAFF0
Complementary color
Monochromatic Colors of #4BAFF0
Black with #4BAFF0
Text Example
Text Example
White with #4BAFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAFF0; }
p { color: rgb(75,175,240); }
H1.HeaderClassName
{
color: #4BAFF0;
}
.AnyTagClassName
{
color: #4BAFF0;
}
</style>
background-color css
<style>
a { background-color: #4BAFF0; }
a { background-color: rgb(75,175,240); }
div.DivClassName
{
background-color: #4BAFF0;
}
.BgClassName
{
background-color: #4BAFF0;
}
</style>
border-color css
<style>
span { border-color: #4BAFF0; }
span { border-color: rgb(75,175,240); }
td.TdClassName
{
border-color: #4BAFF0;
}
.TagClassName
{
border-color: #4BAFF0;
}
</style>