Shades of Summer Sky #4CBADE
Tints of Summer Sky #4CBADE
RGB
CMYK
RGB Variations
Color information
#4CBADE (or 0x4CBADE) is known color: Summer Sky. HEX triplet: 4C, BA and DE. RGB value is (76,186,222). Sum of RGB (Red+Green+Blue) = 76+186+222=484 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.70% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #4CBADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBADE is #B34521. Grayscale: #9C9C9C. Windows color (decimal): -11748642 or 14596684. OLE color: 14596684.
HSL color Cylindrical-coordinate representation of color #4CBADE: hue angle of 194.79º degrees, saturation: 0.69, 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 #4CBADE is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 186 | 222 | - |
| CMYK | 0.66 | 0.16 | 0 | 0.13 |
| HSL | 194.79º | 0.69% | 0.58% | - |
| HSV(B) | 194.79º | 0.66% | 0.87% | - |
| XYZ | 33.72 | 41.93 | 75.42 | - |
| YUV | 157.21 | 164.56 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 186 | 222 | 0.66 | 0.16 | 0 | 0.13 | 194.79 | 0.69 | 0.58 |
| Hex | 4C | BA | DE | 42 | 10 | 0 | D | C3 | 45 | 3A |
| Octal | 114 | 272 | 336 | 102 | 20 | 0 | 15 | 303 | 105 | 72 |
| Binary | 1001100 | 10111010 | 11011110 | 1000010 | 10000 | 0 | 1101 | 11000011 | 1000101 | 111010 |
Color Harmonies of #4CBADE
Complementary color
Monochromatic Colors of #4CBADE
Black with #4CBADE
Text Example
Text Example
White with #4CBADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBADE; }
p { color: rgb(76,186,222); }
H1.HeaderClassName
{
color: #4CBADE;
}
.AnyTagClassName
{
color: #4CBADE;
}
</style>
background-color css
<style>
a { background-color: #4CBADE; }
a { background-color: rgb(76,186,222); }
div.DivClassName
{
background-color: #4CBADE;
}
.BgClassName
{
background-color: #4CBADE;
}
</style>
border-color css
<style>
span { border-color: #4CBADE; }
span { border-color: rgb(76,186,222); }
td.TdClassName
{
border-color: #4CBADE;
}
.TagClassName
{
border-color: #4CBADE;
}
</style>