Shades of Summer Sky #4BBAF1
Tints of Summer Sky #4BBAF1
RGB
CMYK
RGB Variations
Color information
#4BBAF1 (or 0x4BBAF1) is known color: Summer Sky. HEX triplet: 4B, BA and F1. RGB value is (75,186,241). Sum of RGB (Red+Green+Blue) = 75+186+241=502 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.94% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #4BBAF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BBAF1 is #B4450E. Grayscale: #9E9E9E. Windows color (decimal): -11814159 or 15841867. OLE color: 15841867.
HSL color Cylindrical-coordinate representation of color #4BBAF1: hue angle of 199.88º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BBAF1 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 186 | 241 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.05 |
| HSL | 199.88º | 0.86% | 0.62% | - |
| HSV(B) | 199.88º | 0.69% | 0.95% | - |
| XYZ | 36.34 | 42.96 | 89.6 | - |
| YUV | 159.08 | 174.23 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 186 | 241 | 0.69 | 0.23 | 0 | 0.05 | 199.88 | 0.86 | 0.62 |
| Hex | 4B | BA | F1 | 45 | 17 | 0 | 5 | C8 | 56 | 3E |
| Octal | 113 | 272 | 361 | 105 | 27 | 0 | 5 | 310 | 126 | 76 |
| Binary | 1001011 | 10111010 | 11110001 | 1000101 | 10111 | 0 | 101 | 11001000 | 1010110 | 111110 |
Color Harmonies of #4BBAF1
Complementary color
Monochromatic Colors of #4BBAF1
Black with #4BBAF1
Text Example
Text Example
White with #4BBAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBAF1; }
p { color: rgb(75,186,241); }
H1.HeaderClassName
{
color: #4BBAF1;
}
.AnyTagClassName
{
color: #4BBAF1;
}
</style>
background-color css
<style>
a { background-color: #4BBAF1; }
a { background-color: rgb(75,186,241); }
div.DivClassName
{
background-color: #4BBAF1;
}
.BgClassName
{
background-color: #4BBAF1;
}
</style>
border-color css
<style>
span { border-color: #4BBAF1; }
span { border-color: rgb(75,186,241); }
td.TdClassName
{
border-color: #4BBAF1;
}
.TagClassName
{
border-color: #4BBAF1;
}
</style>