Shades of Light Sky Blue #8ABCF3
Tints of Light Sky Blue #8ABCF3
RGB
CMYK
RGB Variations
Color information
#8ABCF3 (or 0x8ABCF3) is known color: Light Sky Blue. HEX triplet: 8A, BC and F3. RGB value is (138,188,243). Sum of RGB (Red+Green+Blue) = 138+188+243=569 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.25% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 243 (95.31% from 255 or 42.71% from 569); Max value from RGB is 243 - color contains mainly: blue. Hex color #8ABCF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABCF3 is #75430C. Grayscale: #B3B3B3. Windows color (decimal): -7684877 or 15973514. OLE color: 15973514.
HSL color Cylindrical-coordinate representation of color #8ABCF3: hue angle of 211.43º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ABCF3 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 188 | 243 | - |
| CMYK | 0.43 | 0.23 | 0 | 0.05 |
| HSL | 211.43º | 0.81% | 0.75% | - |
| HSV(B) | 211.43º | 0.43% | 0.95% | - |
| XYZ | 44.64 | 47.84 | 91.68 | - |
| YUV | 179.32 | 163.94 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 243 | 0.43 | 0.23 | 0 | 0.05 | 211.43 | 0.81 | 0.75 |
| Hex | 8A | BC | F3 | 2B | 17 | 0 | 5 | D3 | 51 | 4B |
| Octal | 212 | 274 | 363 | 53 | 27 | 0 | 5 | 323 | 121 | 113 |
| Binary | 10001010 | 10111100 | 11110011 | 101011 | 10111 | 0 | 101 | 11010011 | 1010001 | 1001011 |
Color Harmonies of #8ABCF3
Complementary color
Monochromatic Colors of #8ABCF3
Black with #8ABCF3
Text Example
Text Example
White with #8ABCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABCF3; }
p { color: rgb(138,188,243); }
H1.HeaderClassName
{
color: #8ABCF3;
}
.AnyTagClassName
{
color: #8ABCF3;
}
</style>
background-color css
<style>
a { background-color: #8ABCF3; }
a { background-color: rgb(138,188,243); }
div.DivClassName
{
background-color: #8ABCF3;
}
.BgClassName
{
background-color: #8ABCF3;
}
</style>
border-color css
<style>
span { border-color: #8ABCF3; }
span { border-color: rgb(138,188,243); }
td.TdClassName
{
border-color: #8ABCF3;
}
.TagClassName
{
border-color: #8ABCF3;
}
</style>