Shades of Light Sky Blue #8CBEFE
Tints of Light Sky Blue #8CBEFE
RGB
CMYK
RGB Variations
Color information
#8CBEFE (or 0x8CBEFE) is known color: Light Sky Blue. HEX triplet: 8C, BE and FE. RGB value is (140,190,254). Sum of RGB (Red+Green+Blue) = 140+190+254=584 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.97% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CBEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBEFE is #734101. Grayscale: #B6B6B6. Windows color (decimal): -7553282 or 16694924. OLE color: 16694924.
HSL color Cylindrical-coordinate representation of color #8CBEFE: hue angle of 213.68º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CBEFE is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 190 | 254 | - |
| CMYK | 0.45 | 0.25 | 0 | 0.00 |
| HSL | 213.68º | 0.98% | 0.77% | - |
| HSV(B) | 213.68º | 0.45% | 1% | - |
| XYZ | 47.12 | 49.56 | 100.85 | - |
| YUV | 182.35 | 168.44 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 190 | 254 | 0.45 | 0.25 | 0 | 0.00 | 213.68 | 0.98 | 0.77 |
| Hex | 8C | BE | FE | 2D | 19 | 0 | 0 | D6 | 62 | 4D |
| Octal | 214 | 276 | 376 | 55 | 31 | 0 | 0 | 326 | 142 | 115 |
| Binary | 10001100 | 10111110 | 11111110 | 101101 | 11001 | 0 | 0 | 11010110 | 1100010 | 1001101 |
Color Harmonies of #8CBEFE
Complementary color
Monochromatic Colors of #8CBEFE
Black with #8CBEFE
Text Example
Text Example
White with #8CBEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBEFE; }
p { color: rgb(140,190,254); }
H1.HeaderClassName
{
color: #8CBEFE;
}
.AnyTagClassName
{
color: #8CBEFE;
}
</style>
background-color css
<style>
a { background-color: #8CBEFE; }
a { background-color: rgb(140,190,254); }
div.DivClassName
{
background-color: #8CBEFE;
}
.BgClassName
{
background-color: #8CBEFE;
}
</style>
border-color css
<style>
span { border-color: #8CBEFE; }
span { border-color: rgb(140,190,254); }
td.TdClassName
{
border-color: #8CBEFE;
}
.TagClassName
{
border-color: #8CBEFE;
}
</style>