Shades of Light Sky Blue #8FCCF9
Tints of Light Sky Blue #8FCCF9
RGB
CMYK
RGB Variations
Color information
#8FCCF9 (or 0x8FCCF9) is known color: Light Sky Blue. HEX triplet: 8F, CC and F9. RGB value is (143,204,249). Sum of RGB (Red+Green+Blue) = 143+204+249=596 (78% of max value = 765). Red value is 143 (56.25% from 255 or 23.99% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 249 (97.66% from 255 or 41.78% from 596); Max value from RGB is 249 - color contains mainly: blue. Hex color #8FCCF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCCF9 is #703306. Grayscale: #BEBEBE. Windows color (decimal): -7353095 or 16370831. OLE color: 16370831.
HSL color Cylindrical-coordinate representation of color #8FCCF9: hue angle of 205.47º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FCCF9 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 204 | 249 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.02 |
| HSL | 205.47º | 0.9% | 0.77% | - |
| HSV(B) | 205.47º | 0.43% | 0.98% | - |
| XYZ | 50.02 | 55.86 | 97.77 | - |
| YUV | 190.89 | 160.79 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 249 | 0.43 | 0.18 | 0 | 0.02 | 205.47 | 0.9 | 0.77 |
| Hex | 8F | CC | F9 | 2B | 12 | 0 | 2 | CD | 5A | 4D |
| Octal | 217 | 314 | 371 | 53 | 22 | 0 | 2 | 315 | 132 | 115 |
| Binary | 10001111 | 11001100 | 11111001 | 101011 | 10010 | 0 | 10 | 11001101 | 1011010 | 1001101 |
Color Harmonies of #8FCCF9
Complementary color
Monochromatic Colors of #8FCCF9
Black with #8FCCF9
Text Example
Text Example
White with #8FCCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCCF9; }
p { color: rgb(143,204,249); }
H1.HeaderClassName
{
color: #8FCCF9;
}
.AnyTagClassName
{
color: #8FCCF9;
}
</style>
background-color css
<style>
a { background-color: #8FCCF9; }
a { background-color: rgb(143,204,249); }
div.DivClassName
{
background-color: #8FCCF9;
}
.BgClassName
{
background-color: #8FCCF9;
}
</style>
border-color css
<style>
span { border-color: #8FCCF9; }
span { border-color: rgb(143,204,249); }
td.TdClassName
{
border-color: #8FCCF9;
}
.TagClassName
{
border-color: #8FCCF9;
}
</style>