Shades of Light Sky Blue #8ABDF2
Tints of Light Sky Blue #8ABDF2
RGB
CMYK
RGB Variations
Color information
#8ABDF2 (or 0x8ABDF2) is known color: Light Sky Blue. HEX triplet: 8A, BD and F2. RGB value is (138,189,242). Sum of RGB (Red+Green+Blue) = 138+189+242=569 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.25% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 242 (94.92% from 255 or 42.53% from 569); Max value from RGB is 242 - color contains mainly: blue. Hex color #8ABDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABDF2 is #75420D. Grayscale: #B3B3B3. Windows color (decimal): -7684622 or 15908234. OLE color: 15908234.
HSL color Cylindrical-coordinate representation of color #8ABDF2: hue angle of 210.58º 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 #8ABDF2 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 189 | 242 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.05 |
| HSL | 210.58º | 0.8% | 0.75% | - |
| HSV(B) | 210.58º | 0.43% | 0.95% | - |
| XYZ | 44.71 | 48.21 | 90.95 | - |
| YUV | 179.79 | 163.1 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 189 | 242 | 0.43 | 0.22 | 0 | 0.05 | 210.58 | 0.8 | 0.75 |
| Hex | 8A | BD | F2 | 2B | 16 | 0 | 5 | D3 | 50 | 4B |
| Octal | 212 | 275 | 362 | 53 | 26 | 0 | 5 | 323 | 120 | 113 |
| Binary | 10001010 | 10111101 | 11110010 | 101011 | 10110 | 0 | 101 | 11010011 | 1010000 | 1001011 |
Color Harmonies of #8ABDF2
Complementary color
Monochromatic Colors of #8ABDF2
Black with #8ABDF2
Text Example
Text Example
White with #8ABDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABDF2; }
p { color: rgb(138,189,242); }
H1.HeaderClassName
{
color: #8ABDF2;
}
.AnyTagClassName
{
color: #8ABDF2;
}
</style>
background-color css
<style>
a { background-color: #8ABDF2; }
a { background-color: rgb(138,189,242); }
div.DivClassName
{
background-color: #8ABDF2;
}
.BgClassName
{
background-color: #8ABDF2;
}
</style>
border-color css
<style>
span { border-color: #8ABDF2; }
span { border-color: rgb(138,189,242); }
td.TdClassName
{
border-color: #8ABDF2;
}
.TagClassName
{
border-color: #8ABDF2;
}
</style>