Shades of Light Sky Blue #8ABCFC
Tints of Light Sky Blue #8ABCFC
RGB
CMYK
RGB Variations
Color information
#8ABCFC (or 0x8ABCFC) is known color: Light Sky Blue. HEX triplet: 8A, BC and FC. RGB value is (138,188,252). Sum of RGB (Red+Green+Blue) = 138+188+252=578 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.88% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #8ABCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABCFC is #754303. Grayscale: #B4B4B4. Windows color (decimal): -7684868 or 16563338. OLE color: 16563338.
HSL color Cylindrical-coordinate representation of color #8ABCFC: hue angle of 213.68º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8ABCFC is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 188 | 252 | - |
| CMYK | 0.45 | 0.25 | 0 | 0.01 |
| HSL | 213.68º | 0.95% | 0.76% | - |
| HSV(B) | 213.68º | 0.45% | 0.99% | - |
| XYZ | 46.04 | 48.4 | 99.01 | - |
| YUV | 180.35 | 168.44 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 252 | 0.45 | 0.25 | 0 | 0.01 | 213.68 | 0.95 | 0.76 |
| Hex | 8A | BC | FC | 2D | 19 | 0 | 1 | D6 | 5F | 4C |
| Octal | 212 | 274 | 374 | 55 | 31 | 0 | 1 | 326 | 137 | 114 |
| Binary | 10001010 | 10111100 | 11111100 | 101101 | 11001 | 0 | 1 | 11010110 | 1011111 | 1001100 |
Color Harmonies of #8ABCFC
Complementary color
Monochromatic Colors of #8ABCFC
Black with #8ABCFC
Text Example
Text Example
White with #8ABCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABCFC; }
p { color: rgb(138,188,252); }
H1.HeaderClassName
{
color: #8ABCFC;
}
.AnyTagClassName
{
color: #8ABCFC;
}
</style>
background-color css
<style>
a { background-color: #8ABCFC; }
a { background-color: rgb(138,188,252); }
div.DivClassName
{
background-color: #8ABCFC;
}
.BgClassName
{
background-color: #8ABCFC;
}
</style>
border-color css
<style>
span { border-color: #8ABCFC; }
span { border-color: rgb(138,188,252); }
td.TdClassName
{
border-color: #8ABCFC;
}
.TagClassName
{
border-color: #8ABCFC;
}
</style>