Shades of Summer Sky #4BAFFC
Tints of Summer Sky #4BAFFC
RGB
CMYK
RGB Variations
Color information
#4BAFFC (or 0x4BAFFC) is known color: Summer Sky. HEX triplet: 4B, AF and FC. RGB value is (75,175,252). Sum of RGB (Red+Green+Blue) = 75+175+252=502 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.94% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #4BAFFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BAFFC is #B45003. Grayscale: #999999. Windows color (decimal): -11816964 or 16559947. OLE color: 16559947.
HSL color Cylindrical-coordinate representation of color #4BAFFC: hue angle of 206.1º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BAFFC is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 175 | 252 | - |
| CMYK | 0.70 | 0.31 | 0 | 0.01 |
| HSL | 206.1º | 0.97% | 0.64% | - |
| HSV(B) | 206.1º | 0.7% | 0.99% | - |
| XYZ | 35.8 | 39.18 | 97.77 | - |
| YUV | 153.88 | 183.37 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 175 | 252 | 0.70 | 0.31 | 0 | 0.01 | 206.1 | 0.97 | 0.64 |
| Hex | 4B | AF | FC | 46 | 1F | 0 | 1 | CE | 61 | 40 |
| Octal | 113 | 257 | 374 | 106 | 37 | 0 | 1 | 316 | 141 | 100 |
| Binary | 1001011 | 10101111 | 11111100 | 1000110 | 11111 | 0 | 1 | 11001110 | 1100001 | 1000000 |
Color Harmonies of #4BAFFC
Complementary color
Monochromatic Colors of #4BAFFC
Black with #4BAFFC
Text Example
Text Example
White with #4BAFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAFFC; }
p { color: rgb(75,175,252); }
H1.HeaderClassName
{
color: #4BAFFC;
}
.AnyTagClassName
{
color: #4BAFFC;
}
</style>
background-color css
<style>
a { background-color: #4BAFFC; }
a { background-color: rgb(75,175,252); }
div.DivClassName
{
background-color: #4BAFFC;
}
.BgClassName
{
background-color: #4BAFFC;
}
</style>
border-color css
<style>
span { border-color: #4BAFFC; }
span { border-color: rgb(75,175,252); }
td.TdClassName
{
border-color: #4BAFFC;
}
.TagClassName
{
border-color: #4BAFFC;
}
</style>