Shades of Light Sky Blue #74DBFD
Tints of Light Sky Blue #74DBFD
RGB
CMYK
RGB Variations
Color information
#74DBFD (or 0x74DBFD) is known color: Light Sky Blue. HEX triplet: 74, DB and FD. RGB value is (116,219,253). Sum of RGB (Red+Green+Blue) = 116+219+253=588 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.73% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #74DBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DBFD is #8B2402. Grayscale: #BFBFBF. Windows color (decimal): -9118723 or 16636788. OLE color: 16636788.
HSL color Cylindrical-coordinate representation of color #74DBFD: hue angle of 194.89º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74DBFD is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 219 | 253 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.01 |
| HSL | 194.89º | 0.97% | 0.72% | - |
| HSV(B) | 194.89º | 0.54% | 0.99% | - |
| XYZ | 50.26 | 61.47 | 102.14 | - |
| YUV | 192.08 | 162.38 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 253 | 0.54 | 0.13 | 0 | 0.01 | 194.89 | 0.97 | 0.72 |
| Hex | 74 | DB | FD | 36 | D | 0 | 1 | C3 | 61 | 48 |
| Octal | 164 | 333 | 375 | 66 | 15 | 0 | 1 | 303 | 141 | 110 |
| Binary | 1110100 | 11011011 | 11111101 | 110110 | 1101 | 0 | 1 | 11000011 | 1100001 | 1001000 |
Color Harmonies of #74DBFD
Complementary color
Monochromatic Colors of #74DBFD
Black with #74DBFD
Text Example
Text Example
White with #74DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DBFD; }
p { color: rgb(116,219,253); }
H1.HeaderClassName
{
color: #74DBFD;
}
.AnyTagClassName
{
color: #74DBFD;
}
</style>
background-color css
<style>
a { background-color: #74DBFD; }
a { background-color: rgb(116,219,253); }
div.DivClassName
{
background-color: #74DBFD;
}
.BgClassName
{
background-color: #74DBFD;
}
</style>
border-color css
<style>
span { border-color: #74DBFD; }
span { border-color: rgb(116,219,253); }
td.TdClassName
{
border-color: #74DBFD;
}
.TagClassName
{
border-color: #74DBFD;
}
</style>