Shades of Light Sky Blue #8CCCF2
Tints of Light Sky Blue #8CCCF2
RGB
CMYK
RGB Variations
Color information
#8CCCF2 (or 0x8CCCF2) is known color: Light Sky Blue. HEX triplet: 8C, CC and F2. RGB value is (140,204,242). Sum of RGB (Red+Green+Blue) = 140+204+242=586 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.89% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 242 - color contains mainly: blue. Hex color #8CCCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCCF2 is #73330D. Grayscale: #BCBCBC. Windows color (decimal): -7549710 or 15912076. OLE color: 15912076.
HSL color Cylindrical-coordinate representation of color #8CCCF2: hue angle of 202.35º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CCCF2 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 204 | 242 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.05 |
| HSL | 202.35º | 0.8% | 0.75% | - |
| HSV(B) | 202.35º | 0.42% | 0.95% | - |
| XYZ | 48.44 | 55.17 | 92.1 | - |
| YUV | 189.2 | 157.8 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 242 | 0.42 | 0.16 | 0 | 0.05 | 202.35 | 0.8 | 0.75 |
| Hex | 8C | CC | F2 | 2A | 10 | 0 | 5 | CA | 50 | 4B |
| Octal | 214 | 314 | 362 | 52 | 20 | 0 | 5 | 312 | 120 | 113 |
| Binary | 10001100 | 11001100 | 11110010 | 101010 | 10000 | 0 | 101 | 11001010 | 1010000 | 1001011 |
Color Harmonies of #8CCCF2
Complementary color
Monochromatic Colors of #8CCCF2
Black with #8CCCF2
Text Example
Text Example
White with #8CCCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCCF2; }
p { color: rgb(140,204,242); }
H1.HeaderClassName
{
color: #8CCCF2;
}
.AnyTagClassName
{
color: #8CCCF2;
}
</style>
background-color css
<style>
a { background-color: #8CCCF2; }
a { background-color: rgb(140,204,242); }
div.DivClassName
{
background-color: #8CCCF2;
}
.BgClassName
{
background-color: #8CCCF2;
}
</style>
border-color css
<style>
span { border-color: #8CCCF2; }
span { border-color: rgb(140,204,242); }
td.TdClassName
{
border-color: #8CCCF2;
}
.TagClassName
{
border-color: #8CCCF2;
}
</style>