Shades of Light Sky Blue #8AC1F1
Tints of Light Sky Blue #8AC1F1
RGB
CMYK
RGB Variations
Color information
#8AC1F1 (or 0x8AC1F1) is known color: Light Sky Blue. HEX triplet: 8A, C1 and F1. RGB value is (138,193,241). Sum of RGB (Red+Green+Blue) = 138+193+241=572 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.13% from 572); Green value is 193 (75.78% from 255 or 33.74% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #8AC1F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC1F1 is #753E0E. Grayscale: #B5B5B5. Windows color (decimal): -7683599 or 15843722. OLE color: 15843722.
HSL color Cylindrical-coordinate representation of color #8AC1F1: hue angle of 207.96º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AC1F1 is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 193 | 241 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.05 |
| HSL | 207.96º | 0.79% | 0.74% | - |
| HSV(B) | 207.96º | 0.43% | 0.95% | - |
| XYZ | 45.43 | 49.89 | 90.46 | - |
| YUV | 182.03 | 161.28 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 193 | 241 | 0.43 | 0.20 | 0 | 0.05 | 207.96 | 0.79 | 0.74 |
| Hex | 8A | C1 | F1 | 2B | 14 | 0 | 5 | D0 | 4F | 4A |
| Octal | 212 | 301 | 361 | 53 | 24 | 0 | 5 | 320 | 117 | 112 |
| Binary | 10001010 | 11000001 | 11110001 | 101011 | 10100 | 0 | 101 | 11010000 | 1001111 | 1001010 |
Color Harmonies of #8AC1F1
Complementary color
Monochromatic Colors of #8AC1F1
Black with #8AC1F1
Text Example
Text Example
White with #8AC1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC1F1; }
p { color: rgb(138,193,241); }
H1.HeaderClassName
{
color: #8AC1F1;
}
.AnyTagClassName
{
color: #8AC1F1;
}
</style>
background-color css
<style>
a { background-color: #8AC1F1; }
a { background-color: rgb(138,193,241); }
div.DivClassName
{
background-color: #8AC1F1;
}
.BgClassName
{
background-color: #8AC1F1;
}
</style>
border-color css
<style>
span { border-color: #8AC1F1; }
span { border-color: rgb(138,193,241); }
td.TdClassName
{
border-color: #8AC1F1;
}
.TagClassName
{
border-color: #8AC1F1;
}
</style>