Shades of Light Sky Blue #8CCBFC
Tints of Light Sky Blue #8CCBFC
RGB
CMYK
RGB Variations
Color information
#8CCBFC (or 0x8CCBFC) is known color: Light Sky Blue. HEX triplet: 8C, CB and FC. RGB value is (140,203,252). Sum of RGB (Red+Green+Blue) = 140+203+252=595 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.53% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #8CCBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCBFC is #733403. Grayscale: #BDBDBD. Windows color (decimal): -7549956 or 16567180. OLE color: 16567180.
HSL color Cylindrical-coordinate representation of color #8CCBFC: hue angle of 206.25º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CCBFC is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 203 | 252 | - |
| CMYK | 0.44 | 0.19 | 0 | 0.01 |
| HSL | 206.25º | 0.95% | 0.77% | - |
| HSV(B) | 206.25º | 0.44% | 0.99% | - |
| XYZ | 49.74 | 55.32 | 100.15 | - |
| YUV | 189.75 | 163.13 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 203 | 252 | 0.44 | 0.19 | 0 | 0.01 | 206.25 | 0.95 | 0.77 |
| Hex | 8C | CB | FC | 2C | 13 | 0 | 1 | CE | 5F | 4D |
| Octal | 214 | 313 | 374 | 54 | 23 | 0 | 1 | 316 | 137 | 115 |
| Binary | 10001100 | 11001011 | 11111100 | 101100 | 10011 | 0 | 1 | 11001110 | 1011111 | 1001101 |
Color Harmonies of #8CCBFC
Complementary color
Monochromatic Colors of #8CCBFC
Black with #8CCBFC
Text Example
Text Example
White with #8CCBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCBFC; }
p { color: rgb(140,203,252); }
H1.HeaderClassName
{
color: #8CCBFC;
}
.AnyTagClassName
{
color: #8CCBFC;
}
</style>
background-color css
<style>
a { background-color: #8CCBFC; }
a { background-color: rgb(140,203,252); }
div.DivClassName
{
background-color: #8CCBFC;
}
.BgClassName
{
background-color: #8CCBFC;
}
</style>
border-color css
<style>
span { border-color: #8CCBFC; }
span { border-color: rgb(140,203,252); }
td.TdClassName
{
border-color: #8CCBFC;
}
.TagClassName
{
border-color: #8CCBFC;
}
</style>