Shades of Light Sky Blue #74DAFE
Tints of Light Sky Blue #74DAFE
RGB
CMYK
RGB Variations
Color information
#74DAFE (or 0x74DAFE) is known color: Light Sky Blue. HEX triplet: 74, DA and FE. RGB value is (116,218,254). Sum of RGB (Red+Green+Blue) = 116+218+254=588 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.73% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #74DAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DAFE is #8B2501. Grayscale: #BFBFBF. Windows color (decimal): -9118978 or 16702068. OLE color: 16702068.
HSL color Cylindrical-coordinate representation of color #74DAFE: hue angle of 195.65º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74DAFE is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 218 | 254 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.00 |
| HSL | 195.65º | 0.99% | 0.73% | - |
| HSV(B) | 195.65º | 0.54% | 1% | - |
| XYZ | 50.16 | 61.01 | 102.9 | - |
| YUV | 191.61 | 163.21 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 218 | 254 | 0.54 | 0.14 | 0 | 0.00 | 195.65 | 0.99 | 0.73 |
| Hex | 74 | DA | FE | 36 | E | 0 | 0 | C4 | 63 | 49 |
| Octal | 164 | 332 | 376 | 66 | 16 | 0 | 0 | 304 | 143 | 111 |
| Binary | 1110100 | 11011010 | 11111110 | 110110 | 1110 | 0 | 0 | 11000100 | 1100011 | 1001001 |
Color Harmonies of #74DAFE
Complementary color
Monochromatic Colors of #74DAFE
Black with #74DAFE
Text Example
Text Example
White with #74DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DAFE; }
p { color: rgb(116,218,254); }
H1.HeaderClassName
{
color: #74DAFE;
}
.AnyTagClassName
{
color: #74DAFE;
}
</style>
background-color css
<style>
a { background-color: #74DAFE; }
a { background-color: rgb(116,218,254); }
div.DivClassName
{
background-color: #74DAFE;
}
.BgClassName
{
background-color: #74DAFE;
}
</style>
border-color css
<style>
span { border-color: #74DAFE; }
span { border-color: rgb(116,218,254); }
td.TdClassName
{
border-color: #74DAFE;
}
.TagClassName
{
border-color: #74DAFE;
}
</style>