Shades of Light Sky Blue #8FCAFF
Tints of Light Sky Blue #8FCAFF
RGB
CMYK
RGB Variations
Color information
#8FCAFF (or 0x8FCAFF) is known color: Light Sky Blue. HEX triplet: 8F, CA and FF. RGB value is (143,202,255). Sum of RGB (Red+Green+Blue) = 143+202+255=600 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.83% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FCAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCAFF is #703500. Grayscale: #BEBEBE. Windows color (decimal): -7353601 or 16763535. OLE color: 16763535.
HSL color Cylindrical-coordinate representation of color #8FCAFF: hue angle of 208.39º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FCAFF is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 202 | 255 | - |
| CMYK | 0.44 | 0.21 | 0 | 0 |
| HSL | 208.39º | 1% | 0.78% | - |
| HSV(B) | 208.39º | 0.44% | 1% | - |
| XYZ | 50.5 | 55.3 | 102.62 | - |
| YUV | 190.4 | 164.45 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 255 | 0.44 | 0.21 | 0 | 0 | 208.39 | 1 | 0.78 |
| Hex | 8F | CA | FF | 2C | 15 | 0 | 0 | D0 | 64 | 4E |
| Octal | 217 | 312 | 377 | 54 | 25 | 0 | 0 | 320 | 144 | 116 |
| Binary | 10001111 | 11001010 | 11111111 | 101100 | 10101 | 0 | 0 | 11010000 | 1100100 | 1001110 |
Color Harmonies of #8FCAFF
Complementary color
Monochromatic Colors of #8FCAFF
Black with #8FCAFF
Text Example
Text Example
White with #8FCAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCAFF; }
p { color: rgb(143,202,255); }
H1.HeaderClassName
{
color: #8FCAFF;
}
.AnyTagClassName
{
color: #8FCAFF;
}
</style>
background-color css
<style>
a { background-color: #8FCAFF; }
a { background-color: rgb(143,202,255); }
div.DivClassName
{
background-color: #8FCAFF;
}
.BgClassName
{
background-color: #8FCAFF;
}
</style>
border-color css
<style>
span { border-color: #8FCAFF; }
span { border-color: rgb(143,202,255); }
td.TdClassName
{
border-color: #8FCAFF;
}
.TagClassName
{
border-color: #8FCAFF;
}
</style>