Shades of Light Sky Blue #8DCFFB
Tints of Light Sky Blue #8DCFFB
RGB
CMYK
RGB Variations
Color information
#8DCFFB (or 0x8DCFFB) is known color: Light Sky Blue. HEX triplet: 8D, CF and FB. RGB value is (141,207,251). Sum of RGB (Red+Green+Blue) = 141+207+251=599 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.54% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DCFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCFFB is #723004. Grayscale: #C0C0C0. Windows color (decimal): -7483397 or 16502669. OLE color: 16502669.
HSL color Cylindrical-coordinate representation of color #8DCFFB: hue angle of 204º 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 #8DCFFB is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 207 | 251 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.02 |
| HSL | 204º | 0.93% | 0.77% | - |
| HSV(B) | 204º | 0.44% | 0.98% | - |
| XYZ | 50.71 | 57.25 | 99.65 | - |
| YUV | 192.28 | 161.13 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 251 | 0.44 | 0.18 | 0 | 0.02 | 204 | 0.93 | 0.77 |
| Hex | 8D | CF | FB | 2C | 12 | 0 | 2 | CC | 5D | 4D |
| Octal | 215 | 317 | 373 | 54 | 22 | 0 | 2 | 314 | 135 | 115 |
| Binary | 10001101 | 11001111 | 11111011 | 101100 | 10010 | 0 | 10 | 11001100 | 1011101 | 1001101 |
Color Harmonies of #8DCFFB
Complementary color
Monochromatic Colors of #8DCFFB
Black with #8DCFFB
Text Example
Text Example
White with #8DCFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCFFB; }
p { color: rgb(141,207,251); }
H1.HeaderClassName
{
color: #8DCFFB;
}
.AnyTagClassName
{
color: #8DCFFB;
}
</style>
background-color css
<style>
a { background-color: #8DCFFB; }
a { background-color: rgb(141,207,251); }
div.DivClassName
{
background-color: #8DCFFB;
}
.BgClassName
{
background-color: #8DCFFB;
}
</style>
border-color css
<style>
span { border-color: #8DCFFB; }
span { border-color: rgb(141,207,251); }
td.TdClassName
{
border-color: #8DCFFB;
}
.TagClassName
{
border-color: #8DCFFB;
}
</style>