Shades of Sky Blue #73CBED
Tints of Sky Blue #73CBED
RGB
CMYK
RGB Variations
Color information
#73CBED (or 0x73CBED) is known color: Sky Blue. HEX triplet: 73, CB and ED. RGB value is (115,203,237). Sum of RGB (Red+Green+Blue) = 115+203+237=555 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.72% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #73CBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73CBED is #8C3412. Grayscale: #B4B4B4. Windows color (decimal): -9188371 or 15584115. OLE color: 15584115.
HSL color Cylindrical-coordinate representation of color #73CBED: hue angle of 196.72º degrees, saturation: 0.77, 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 #73CBED is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 203 | 237 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.07 |
| HSL | 196.72º | 0.77% | 0.69% | - |
| HSV(B) | 196.72º | 0.51% | 0.93% | - |
| XYZ | 43.71 | 52.47 | 87.94 | - |
| YUV | 180.56 | 159.85 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 203 | 237 | 0.51 | 0.14 | 0 | 0.07 | 196.72 | 0.77 | 0.69 |
| Hex | 73 | CB | ED | 33 | E | 0 | 7 | C5 | 4D | 45 |
| Octal | 163 | 313 | 355 | 63 | 16 | 0 | 7 | 305 | 115 | 105 |
| Binary | 1110011 | 11001011 | 11101101 | 110011 | 1110 | 0 | 111 | 11000101 | 1001101 | 1000101 |
Color Harmonies of #73CBED
Complementary color
Monochromatic Colors of #73CBED
Black with #73CBED
Text Example
Text Example
White with #73CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CBED; }
p { color: rgb(115,203,237); }
H1.HeaderClassName
{
color: #73CBED;
}
.AnyTagClassName
{
color: #73CBED;
}
</style>
background-color css
<style>
a { background-color: #73CBED; }
a { background-color: rgb(115,203,237); }
div.DivClassName
{
background-color: #73CBED;
}
.BgClassName
{
background-color: #73CBED;
}
</style>
border-color css
<style>
span { border-color: #73CBED; }
span { border-color: rgb(115,203,237); }
td.TdClassName
{
border-color: #73CBED;
}
.TagClassName
{
border-color: #73CBED;
}
</style>