Shades of Light Sky Blue #8DCAFF
Tints of Light Sky Blue #8DCAFF
RGB
CMYK
RGB Variations
Color information
#8DCAFF (or 0x8DCAFF) is known color: Light Sky Blue. HEX triplet: 8D, CA and FF. RGB value is (141,202,255). Sum of RGB (Red+Green+Blue) = 141+202+255=598 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.58% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DCAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCAFF is #723500. Grayscale: #BDBDBD. Windows color (decimal): -7484673 or 16763533. OLE color: 16763533.
HSL color Cylindrical-coordinate representation of color #8DCAFF: hue angle of 207.89º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DCAFF is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 202 | 255 | - |
| CMYK | 0.45 | 0.21 | 0 | 0 |
| HSL | 207.89º | 1% | 0.78% | - |
| HSV(B) | 207.89º | 0.45% | 1% | - |
| XYZ | 50.16 | 55.12 | 102.6 | - |
| YUV | 189.8 | 164.79 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 202 | 255 | 0.45 | 0.21 | 0 | 0 | 207.89 | 1 | 0.78 |
| Hex | 8D | CA | FF | 2D | 15 | 0 | 0 | D0 | 64 | 4E |
| Octal | 215 | 312 | 377 | 55 | 25 | 0 | 0 | 320 | 144 | 116 |
| Binary | 10001101 | 11001010 | 11111111 | 101101 | 10101 | 0 | 0 | 11010000 | 1100100 | 1001110 |
Color Harmonies of #8DCAFF
Complementary color
Monochromatic Colors of #8DCAFF
Black with #8DCAFF
Text Example
Text Example
White with #8DCAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCAFF; }
p { color: rgb(141,202,255); }
H1.HeaderClassName
{
color: #8DCAFF;
}
.AnyTagClassName
{
color: #8DCAFF;
}
</style>
background-color css
<style>
a { background-color: #8DCAFF; }
a { background-color: rgb(141,202,255); }
div.DivClassName
{
background-color: #8DCAFF;
}
.BgClassName
{
background-color: #8DCAFF;
}
</style>
border-color css
<style>
span { border-color: #8DCAFF; }
span { border-color: rgb(141,202,255); }
td.TdClassName
{
border-color: #8DCAFF;
}
.TagClassName
{
border-color: #8DCAFF;
}
</style>