Shades of Light Sky Blue #74D5FD
Tints of Light Sky Blue #74D5FD
RGB
CMYK
RGB Variations
Color information
#74D5FD (or 0x74D5FD) is known color: Light Sky Blue. HEX triplet: 74, D5 and FD. RGB value is (116,213,253). Sum of RGB (Red+Green+Blue) = 116+213+253=582 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.93% from 582); Green value is 213 (83.59% from 255 or 36.60% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #74D5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D5FD is #8B2A02. Grayscale: #BCBCBC. Windows color (decimal): -9120259 or 16635252. OLE color: 16635252.
HSL color Cylindrical-coordinate representation of color #74D5FD: hue angle of 197.52º 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 #74D5FD is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 213 | 253 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.01 |
| HSL | 197.52º | 0.97% | 0.72% | - |
| HSV(B) | 197.52º | 0.54% | 0.99% | - |
| XYZ | 48.73 | 58.39 | 101.63 | - |
| YUV | 188.56 | 164.36 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 213 | 253 | 0.54 | 0.16 | 0 | 0.01 | 197.52 | 0.97 | 0.72 |
| Hex | 74 | D5 | FD | 36 | 10 | 0 | 1 | C6 | 61 | 48 |
| Octal | 164 | 325 | 375 | 66 | 20 | 0 | 1 | 306 | 141 | 110 |
| Binary | 1110100 | 11010101 | 11111101 | 110110 | 10000 | 0 | 1 | 11000110 | 1100001 | 1001000 |
Color Harmonies of #74D5FD
Complementary color
Monochromatic Colors of #74D5FD
Black with #74D5FD
Text Example
Text Example
White with #74D5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D5FD; }
p { color: rgb(116,213,253); }
H1.HeaderClassName
{
color: #74D5FD;
}
.AnyTagClassName
{
color: #74D5FD;
}
</style>
background-color css
<style>
a { background-color: #74D5FD; }
a { background-color: rgb(116,213,253); }
div.DivClassName
{
background-color: #74D5FD;
}
.BgClassName
{
background-color: #74D5FD;
}
</style>
border-color css
<style>
span { border-color: #74D5FD; }
span { border-color: rgb(116,213,253); }
td.TdClassName
{
border-color: #74D5FD;
}
.TagClassName
{
border-color: #74D5FD;
}
</style>