Shades of Sky Blue #73CBEC
Tints of Sky Blue #73CBEC
RGB
CMYK
RGB Variations
Color information
#73CBEC (or 0x73CBEC) is known color: Sky Blue. HEX triplet: 73, CB and EC. RGB value is (115,203,236). Sum of RGB (Red+Green+Blue) = 115+203+236=554 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.76% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #73CBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73CBEC is #8C3413. Grayscale: #B4B4B4. Windows color (decimal): -9188372 or 15518579. OLE color: 15518579.
HSL color Cylindrical-coordinate representation of color #73CBEC: hue angle of 196.36º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73CBEC is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 203 | 236 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.07 |
| HSL | 196.36º | 0.76% | 0.69% | - |
| HSV(B) | 196.36º | 0.51% | 0.93% | - |
| XYZ | 43.57 | 52.41 | 87.18 | - |
| YUV | 180.45 | 159.35 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 203 | 236 | 0.51 | 0.14 | 0 | 0.07 | 196.36 | 0.76 | 0.69 |
| Hex | 73 | CB | EC | 33 | E | 0 | 7 | C4 | 4C | 45 |
| Octal | 163 | 313 | 354 | 63 | 16 | 0 | 7 | 304 | 114 | 105 |
| Binary | 1110011 | 11001011 | 11101100 | 110011 | 1110 | 0 | 111 | 11000100 | 1001100 | 1000101 |
Color Harmonies of #73CBEC
Complementary color
Monochromatic Colors of #73CBEC
Black with #73CBEC
Text Example
Text Example
White with #73CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CBEC; }
p { color: rgb(115,203,236); }
H1.HeaderClassName
{
color: #73CBEC;
}
.AnyTagClassName
{
color: #73CBEC;
}
</style>
background-color css
<style>
a { background-color: #73CBEC; }
a { background-color: rgb(115,203,236); }
div.DivClassName
{
background-color: #73CBEC;
}
.BgClassName
{
background-color: #73CBEC;
}
</style>
border-color css
<style>
span { border-color: #73CBEC; }
span { border-color: rgb(115,203,236); }
td.TdClassName
{
border-color: #73CBEC;
}
.TagClassName
{
border-color: #73CBEC;
}
</style>