Shades of Sky Blue #74CBEC
Tints of Sky Blue #74CBEC
RGB
CMYK
RGB Variations
Color information
#74CBEC (or 0x74CBEC) is known color: Sky Blue. HEX triplet: 74, CB and EC. RGB value is (116,203,236). Sum of RGB (Red+Green+Blue) = 116+203+236=555 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.90% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #74CBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CBEC is #8B3413. Grayscale: #B4B4B4. Windows color (decimal): -9122836 or 15518580. OLE color: 15518580.
HSL color Cylindrical-coordinate representation of color #74CBEC: hue angle of 196.5º 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 #74CBEC is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 203 | 236 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.07 |
| HSL | 196.5º | 0.76% | 0.69% | - |
| HSV(B) | 196.5º | 0.51% | 0.93% | - |
| XYZ | 43.7 | 52.48 | 87.18 | - |
| YUV | 180.75 | 159.18 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 203 | 236 | 0.51 | 0.14 | 0 | 0.07 | 196.5 | 0.76 | 0.69 |
| Hex | 74 | CB | EC | 33 | E | 0 | 7 | C4 | 4C | 45 |
| Octal | 164 | 313 | 354 | 63 | 16 | 0 | 7 | 304 | 114 | 105 |
| Binary | 1110100 | 11001011 | 11101100 | 110011 | 1110 | 0 | 111 | 11000100 | 1001100 | 1000101 |
Color Harmonies of #74CBEC
Complementary color
Monochromatic Colors of #74CBEC
Black with #74CBEC
Text Example
Text Example
White with #74CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CBEC; }
p { color: rgb(116,203,236); }
H1.HeaderClassName
{
color: #74CBEC;
}
.AnyTagClassName
{
color: #74CBEC;
}
</style>
background-color css
<style>
a { background-color: #74CBEC; }
a { background-color: rgb(116,203,236); }
div.DivClassName
{
background-color: #74CBEC;
}
.BgClassName
{
background-color: #74CBEC;
}
</style>
border-color css
<style>
span { border-color: #74CBEC; }
span { border-color: rgb(116,203,236); }
td.TdClassName
{
border-color: #74CBEC;
}
.TagClassName
{
border-color: #74CBEC;
}
</style>