Shades of Light Sky Blue #8CDAFF
Tints of Light Sky Blue #8CDAFF
RGB
CMYK
RGB Variations
Color information
#8CDAFF (or 0x8CDAFF) is known color: Light Sky Blue. HEX triplet: 8C, DA and FF. RGB value is (140,218,255). Sum of RGB (Red+Green+Blue) = 140+218+255=613 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.84% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CDAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDAFF is #732500. Grayscale: #C6C6C6. Windows color (decimal): -7546113 or 16767628. OLE color: 16767628.
HSL color Cylindrical-coordinate representation of color #8CDAFF: hue angle of 199.3º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CDAFF is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 218 | 255 | - |
| CMYK | 0.45 | 0.15 | 0 | 0 |
| HSL | 199.3º | 1% | 0.77% | - |
| HSV(B) | 199.3º | 0.45% | 1% | - |
| XYZ | 53.94 | 62.94 | 103.91 | - |
| YUV | 198.9 | 159.66 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 218 | 255 | 0.45 | 0.15 | 0 | 0 | 199.3 | 1 | 0.77 |
| Hex | 8C | DA | FF | 2D | F | 0 | 0 | C7 | 64 | 4D |
| Octal | 214 | 332 | 377 | 55 | 17 | 0 | 0 | 307 | 144 | 115 |
| Binary | 10001100 | 11011010 | 11111111 | 101101 | 1111 | 0 | 0 | 11000111 | 1100100 | 1001101 |
Color Harmonies of #8CDAFF
Complementary color
Monochromatic Colors of #8CDAFF
Black with #8CDAFF
Text Example
Text Example
White with #8CDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDAFF; }
p { color: rgb(140,218,255); }
H1.HeaderClassName
{
color: #8CDAFF;
}
.AnyTagClassName
{
color: #8CDAFF;
}
</style>
background-color css
<style>
a { background-color: #8CDAFF; }
a { background-color: rgb(140,218,255); }
div.DivClassName
{
background-color: #8CDAFF;
}
.BgClassName
{
background-color: #8CDAFF;
}
</style>
border-color css
<style>
span { border-color: #8CDAFF; }
span { border-color: rgb(140,218,255); }
td.TdClassName
{
border-color: #8CDAFF;
}
.TagClassName
{
border-color: #8CDAFF;
}
</style>