Shades of Light Sky Blue #8CBEFD
Tints of Light Sky Blue #8CBEFD
RGB
CMYK
RGB Variations
Color information
#8CBEFD (or 0x8CBEFD) is known color: Light Sky Blue. HEX triplet: 8C, BE and FD. RGB value is (140,190,253). Sum of RGB (Red+Green+Blue) = 140+190+253=583 (77% of max value = 765). Red value is 140 (55.08% from 255 or 24.01% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #8CBEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBEFD is #734102. Grayscale: #B5B5B5. Windows color (decimal): -7553283 or 16629388. OLE color: 16629388.
HSL color Cylindrical-coordinate representation of color #8CBEFD: hue angle of 213.45º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CBEFD is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 190 | 253 | - |
| CMYK | 0.45 | 0.25 | 0 | 0.01 |
| HSL | 213.45º | 0.97% | 0.77% | - |
| HSV(B) | 213.45º | 0.45% | 0.99% | - |
| XYZ | 46.96 | 49.49 | 100.01 | - |
| YUV | 182.23 | 167.94 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 190 | 253 | 0.45 | 0.25 | 0 | 0.01 | 213.45 | 0.97 | 0.77 |
| Hex | 8C | BE | FD | 2D | 19 | 0 | 1 | D5 | 61 | 4D |
| Octal | 214 | 276 | 375 | 55 | 31 | 0 | 1 | 325 | 141 | 115 |
| Binary | 10001100 | 10111110 | 11111101 | 101101 | 11001 | 0 | 1 | 11010101 | 1100001 | 1001101 |
Color Harmonies of #8CBEFD
Complementary color
Monochromatic Colors of #8CBEFD
Black with #8CBEFD
Text Example
Text Example
White with #8CBEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBEFD; }
p { color: rgb(140,190,253); }
H1.HeaderClassName
{
color: #8CBEFD;
}
.AnyTagClassName
{
color: #8CBEFD;
}
</style>
background-color css
<style>
a { background-color: #8CBEFD; }
a { background-color: rgb(140,190,253); }
div.DivClassName
{
background-color: #8CBEFD;
}
.BgClassName
{
background-color: #8CBEFD;
}
</style>
border-color css
<style>
span { border-color: #8CBEFD; }
span { border-color: rgb(140,190,253); }
td.TdClassName
{
border-color: #8CBEFD;
}
.TagClassName
{
border-color: #8CBEFD;
}
</style>