Shades of Light Sky Blue #8ABBF2
Tints of Light Sky Blue #8ABBF2
RGB
CMYK
RGB Variations
Color information
#8ABBF2 (or 0x8ABBF2) is known color: Light Sky Blue. HEX triplet: 8A, BB and F2. RGB value is (138,187,242). Sum of RGB (Red+Green+Blue) = 138+187+242=567 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.34% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #8ABBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABBF2 is #75440D. Grayscale: #B2B2B2. Windows color (decimal): -7685134 or 15907722. OLE color: 15907722.
HSL color Cylindrical-coordinate representation of color #8ABBF2: hue angle of 211.73º degrees, saturation: 0.8, 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 #8ABBF2 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 187 | 242 | - |
| CMYK | 0.43 | 0.23 | 0 | 0.05 |
| HSL | 211.73º | 0.8% | 0.75% | - |
| HSV(B) | 211.73º | 0.43% | 0.95% | - |
| XYZ | 44.28 | 47.35 | 90.81 | - |
| YUV | 178.62 | 163.77 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 242 | 0.43 | 0.23 | 0 | 0.05 | 211.73 | 0.8 | 0.75 |
| Hex | 8A | BB | F2 | 2B | 17 | 0 | 5 | D4 | 50 | 4B |
| Octal | 212 | 273 | 362 | 53 | 27 | 0 | 5 | 324 | 120 | 113 |
| Binary | 10001010 | 10111011 | 11110010 | 101011 | 10111 | 0 | 101 | 11010100 | 1010000 | 1001011 |
Color Harmonies of #8ABBF2
Complementary color
Monochromatic Colors of #8ABBF2
Black with #8ABBF2
Text Example
Text Example
White with #8ABBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABBF2; }
p { color: rgb(138,187,242); }
H1.HeaderClassName
{
color: #8ABBF2;
}
.AnyTagClassName
{
color: #8ABBF2;
}
</style>
background-color css
<style>
a { background-color: #8ABBF2; }
a { background-color: rgb(138,187,242); }
div.DivClassName
{
background-color: #8ABBF2;
}
.BgClassName
{
background-color: #8ABBF2;
}
</style>
border-color css
<style>
span { border-color: #8ABBF2; }
span { border-color: rgb(138,187,242); }
td.TdClassName
{
border-color: #8ABBF2;
}
.TagClassName
{
border-color: #8ABBF2;
}
</style>