Shades of Light Sky Blue #8CD2FF
Tints of Light Sky Blue #8CD2FF
RGB
CMYK
RGB Variations
Color information
#8CD2FF (or 0x8CD2FF) is known color: Light Sky Blue. HEX triplet: 8C, D2 and FF. RGB value is (140,210,255). Sum of RGB (Red+Green+Blue) = 140+210+255=605 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.14% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CD2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CD2FF is #732D00. Grayscale: #C1C1C1. Windows color (decimal): -7548161 or 16765580. OLE color: 16765580.
HSL color Cylindrical-coordinate representation of color #8CD2FF: hue angle of 203.48º 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 #8CD2FF is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 210 | 255 | - |
| CMYK | 0.45 | 0.18 | 0 | 0 |
| HSL | 203.48º | 1% | 0.77% | - |
| HSV(B) | 203.48º | 0.45% | 1% | - |
| XYZ | 51.91 | 58.89 | 103.24 | - |
| YUV | 194.2 | 162.31 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 210 | 255 | 0.45 | 0.18 | 0 | 0 | 203.48 | 1 | 0.77 |
| Hex | 8C | D2 | FF | 2D | 12 | 0 | 0 | CB | 64 | 4D |
| Octal | 214 | 322 | 377 | 55 | 22 | 0 | 0 | 313 | 144 | 115 |
| Binary | 10001100 | 11010010 | 11111111 | 101101 | 10010 | 0 | 0 | 11001011 | 1100100 | 1001101 |
Color Harmonies of #8CD2FF
Complementary color
Monochromatic Colors of #8CD2FF
Black with #8CD2FF
Text Example
Text Example
White with #8CD2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD2FF; }
p { color: rgb(140,210,255); }
H1.HeaderClassName
{
color: #8CD2FF;
}
.AnyTagClassName
{
color: #8CD2FF;
}
</style>
background-color css
<style>
a { background-color: #8CD2FF; }
a { background-color: rgb(140,210,255); }
div.DivClassName
{
background-color: #8CD2FF;
}
.BgClassName
{
background-color: #8CD2FF;
}
</style>
border-color css
<style>
span { border-color: #8CD2FF; }
span { border-color: rgb(140,210,255); }
td.TdClassName
{
border-color: #8CD2FF;
}
.TagClassName
{
border-color: #8CD2FF;
}
</style>