Shades of Summer Sky #4BB8DC
Tints of Summer Sky #4BB8DC
RGB
CMYK
RGB Variations
Color information
#4BB8DC (or 0x4BB8DC) is known color: Summer Sky. HEX triplet: 4B, B8 and DC. RGB value is (75,184,220). Sum of RGB (Red+Green+Blue) = 75+184+220=479 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.66% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #4BB8DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BB8DC is #B44723. Grayscale: #9B9B9B. Windows color (decimal): -11814692 or 14465099. OLE color: 14465099.
HSL color Cylindrical-coordinate representation of color #4BB8DC: hue angle of 194.9º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BB8DC is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 184 | 220 | - |
| CMYK | 0.66 | 0.16 | 0 | 0.14 |
| HSL | 194.9º | 0.67% | 0.58% | - |
| HSV(B) | 194.9º | 0.66% | 0.86% | - |
| XYZ | 32.96 | 40.94 | 73.88 | - |
| YUV | 155.51 | 164.39 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 184 | 220 | 0.66 | 0.16 | 0 | 0.14 | 194.9 | 0.67 | 0.58 |
| Hex | 4B | B8 | DC | 42 | 10 | 0 | E | C3 | 43 | 3A |
| Octal | 113 | 270 | 334 | 102 | 20 | 0 | 16 | 303 | 103 | 72 |
| Binary | 1001011 | 10111000 | 11011100 | 1000010 | 10000 | 0 | 1110 | 11000011 | 1000011 | 111010 |
Color Harmonies of #4BB8DC
Complementary color
Monochromatic Colors of #4BB8DC
Black with #4BB8DC
Text Example
Text Example
White with #4BB8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB8DC; }
p { color: rgb(75,184,220); }
H1.HeaderClassName
{
color: #4BB8DC;
}
.AnyTagClassName
{
color: #4BB8DC;
}
</style>
background-color css
<style>
a { background-color: #4BB8DC; }
a { background-color: rgb(75,184,220); }
div.DivClassName
{
background-color: #4BB8DC;
}
.BgClassName
{
background-color: #4BB8DC;
}
</style>
border-color css
<style>
span { border-color: #4BB8DC; }
span { border-color: rgb(75,184,220); }
td.TdClassName
{
border-color: #4BB8DC;
}
.TagClassName
{
border-color: #4BB8DC;
}
</style>