Shades of Light Sky Blue #8ABFFE
Tints of Light Sky Blue #8ABFFE
RGB
CMYK
RGB Variations
Color information
#8ABFFE (or 0x8ABFFE) is known color: Light Sky Blue. HEX triplet: 8A, BF and FE. RGB value is (138,191,254). Sum of RGB (Red+Green+Blue) = 138+191+254=583 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.67% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #8ABFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABFFE is #754001. Grayscale: #B6B6B6. Windows color (decimal): -7684098 or 16695178. OLE color: 16695178.
HSL color Cylindrical-coordinate representation of color #8ABFFE: hue angle of 212.59º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8ABFFE is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 191 | 254 | - |
| CMYK | 0.46 | 0.25 | 0 | 0.00 |
| HSL | 212.59º | 0.98% | 0.77% | - |
| HSV(B) | 212.59º | 0.46% | 1% | - |
| XYZ | 47 | 49.82 | 100.91 | - |
| YUV | 182.34 | 168.44 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 191 | 254 | 0.46 | 0.25 | 0 | 0.00 | 212.59 | 0.98 | 0.77 |
| Hex | 8A | BF | FE | 2E | 19 | 0 | 0 | D5 | 62 | 4D |
| Octal | 212 | 277 | 376 | 56 | 31 | 0 | 0 | 325 | 142 | 115 |
| Binary | 10001010 | 10111111 | 11111110 | 101110 | 11001 | 0 | 0 | 11010101 | 1100010 | 1001101 |
Color Harmonies of #8ABFFE
Complementary color
Monochromatic Colors of #8ABFFE
Black with #8ABFFE
Text Example
Text Example
White with #8ABFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABFFE; }
p { color: rgb(138,191,254); }
H1.HeaderClassName
{
color: #8ABFFE;
}
.AnyTagClassName
{
color: #8ABFFE;
}
</style>
background-color css
<style>
a { background-color: #8ABFFE; }
a { background-color: rgb(138,191,254); }
div.DivClassName
{
background-color: #8ABFFE;
}
.BgClassName
{
background-color: #8ABFFE;
}
</style>
border-color css
<style>
span { border-color: #8ABFFE; }
span { border-color: rgb(138,191,254); }
td.TdClassName
{
border-color: #8ABFFE;
}
.TagClassName
{
border-color: #8ABFFE;
}
</style>