Shades of Sky Blue #74C8EB
Tints of Sky Blue #74C8EB
RGB
CMYK
RGB Variations
Color information
#74C8EB (or 0x74C8EB) is known color: Sky Blue. HEX triplet: 74, C8 and EB. RGB value is (116,200,235). Sum of RGB (Red+Green+Blue) = 116+200+235=551 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.05% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #74C8EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74C8EB is #8B3714. Grayscale: #B2B2B2. Windows color (decimal): -9123605 or 15452276. OLE color: 15452276.
HSL color Cylindrical-coordinate representation of color #74C8EB: hue angle of 197.65º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74C8EB is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 200 | 235 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.08 |
| HSL | 197.65º | 0.75% | 0.69% | - |
| HSV(B) | 197.65º | 0.51% | 0.92% | - |
| XYZ | 42.85 | 51.02 | 86.19 | - |
| YUV | 178.87 | 159.67 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 200 | 235 | 0.51 | 0.15 | 0 | 0.08 | 197.65 | 0.75 | 0.69 |
| Hex | 74 | C8 | EB | 33 | F | 0 | 8 | C6 | 4B | 45 |
| Octal | 164 | 310 | 353 | 63 | 17 | 0 | 10 | 306 | 113 | 105 |
| Binary | 1110100 | 11001000 | 11101011 | 110011 | 1111 | 0 | 1000 | 11000110 | 1001011 | 1000101 |
Color Harmonies of #74C8EB
Complementary color
Monochromatic Colors of #74C8EB
Black with #74C8EB
Text Example
Text Example
White with #74C8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C8EB; }
p { color: rgb(116,200,235); }
H1.HeaderClassName
{
color: #74C8EB;
}
.AnyTagClassName
{
color: #74C8EB;
}
</style>
background-color css
<style>
a { background-color: #74C8EB; }
a { background-color: rgb(116,200,235); }
div.DivClassName
{
background-color: #74C8EB;
}
.BgClassName
{
background-color: #74C8EB;
}
</style>
border-color css
<style>
span { border-color: #74C8EB; }
span { border-color: rgb(116,200,235); }
td.TdClassName
{
border-color: #74C8EB;
}
.TagClassName
{
border-color: #74C8EB;
}
</style>