Shades of Light Sky Blue #8DD4FB
Tints of Light Sky Blue #8DD4FB
RGB
CMYK
RGB Variations
Color information
#8DD4FB (or 0x8DD4FB) is known color: Light Sky Blue. HEX triplet: 8D, D4 and FB. RGB value is (141,212,251). Sum of RGB (Red+Green+Blue) = 141+212+251=604 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.34% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DD4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD4FB is #722B04. Grayscale: #C2C2C2. Windows color (decimal): -7482117 or 16503949. OLE color: 16503949.
HSL color Cylindrical-coordinate representation of color #8DD4FB: hue angle of 201.27º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DD4FB is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 212 | 251 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.02 |
| HSL | 201.27º | 0.93% | 0.77% | - |
| HSV(B) | 201.27º | 0.44% | 0.98% | - |
| XYZ | 51.94 | 59.71 | 100.06 | - |
| YUV | 195.22 | 159.48 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 212 | 251 | 0.44 | 0.16 | 0 | 0.02 | 201.27 | 0.93 | 0.77 |
| Hex | 8D | D4 | FB | 2C | 10 | 0 | 2 | C9 | 5D | 4D |
| Octal | 215 | 324 | 373 | 54 | 20 | 0 | 2 | 311 | 135 | 115 |
| Binary | 10001101 | 11010100 | 11111011 | 101100 | 10000 | 0 | 10 | 11001001 | 1011101 | 1001101 |
Color Harmonies of #8DD4FB
Complementary color
Monochromatic Colors of #8DD4FB
Black with #8DD4FB
Text Example
Text Example
White with #8DD4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD4FB; }
p { color: rgb(141,212,251); }
H1.HeaderClassName
{
color: #8DD4FB;
}
.AnyTagClassName
{
color: #8DD4FB;
}
</style>
background-color css
<style>
a { background-color: #8DD4FB; }
a { background-color: rgb(141,212,251); }
div.DivClassName
{
background-color: #8DD4FB;
}
.BgClassName
{
background-color: #8DD4FB;
}
</style>
border-color css
<style>
span { border-color: #8DD4FB; }
span { border-color: rgb(141,212,251); }
td.TdClassName
{
border-color: #8DD4FB;
}
.TagClassName
{
border-color: #8DD4FB;
}
</style>