Shades of Light Sky Blue #8ACBF9
Tints of Light Sky Blue #8ACBF9
RGB
CMYK
RGB Variations
Color information
#8ACBF9 (or 0x8ACBF9) is known color: Light Sky Blue. HEX triplet: 8A, CB and F9. RGB value is (138,203,249). Sum of RGB (Red+Green+Blue) = 138+203+249=590 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.39% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 249 (97.66% from 255 or 42.20% from 590); Max value from RGB is 249 - color contains mainly: blue. Hex color #8ACBF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ACBF9 is #753406. Grayscale: #BCBCBC. Windows color (decimal): -7681031 or 16370570. OLE color: 16370570.
HSL color Cylindrical-coordinate representation of color #8ACBF9: hue angle of 204.86º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8ACBF9 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 203 | 249 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.02 |
| HSL | 204.86º | 0.9% | 0.76% | - |
| HSV(B) | 204.86º | 0.45% | 0.98% | - |
| XYZ | 48.94 | 54.95 | 97.65 | - |
| YUV | 188.81 | 161.97 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 249 | 0.45 | 0.18 | 0 | 0.02 | 204.86 | 0.9 | 0.76 |
| Hex | 8A | CB | F9 | 2D | 12 | 0 | 2 | CD | 5A | 4C |
| Octal | 212 | 313 | 371 | 55 | 22 | 0 | 2 | 315 | 132 | 114 |
| Binary | 10001010 | 11001011 | 11111001 | 101101 | 10010 | 0 | 10 | 11001101 | 1011010 | 1001100 |
Color Harmonies of #8ACBF9
Complementary color
Monochromatic Colors of #8ACBF9
Black with #8ACBF9
Text Example
Text Example
White with #8ACBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACBF9; }
p { color: rgb(138,203,249); }
H1.HeaderClassName
{
color: #8ACBF9;
}
.AnyTagClassName
{
color: #8ACBF9;
}
</style>
background-color css
<style>
a { background-color: #8ACBF9; }
a { background-color: rgb(138,203,249); }
div.DivClassName
{
background-color: #8ACBF9;
}
.BgClassName
{
background-color: #8ACBF9;
}
</style>
border-color css
<style>
span { border-color: #8ACBF9; }
span { border-color: rgb(138,203,249); }
td.TdClassName
{
border-color: #8ACBF9;
}
.TagClassName
{
border-color: #8ACBF9;
}
</style>