Shades of Light Sky Blue #8BCAF3
Tints of Light Sky Blue #8BCAF3
RGB
CMYK
RGB Variations
Color information
#8BCAF3 (or 0x8BCAF3) is known color: Light Sky Blue. HEX triplet: 8B, CA and F3. RGB value is (139,202,243). Sum of RGB (Red+Green+Blue) = 139+202+243=584 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.80% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 243 (95.31% from 255 or 41.61% from 584); Max value from RGB is 243 - color contains mainly: blue. Hex color #8BCAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCAF3 is #74350C. Grayscale: #BBBBBB. Windows color (decimal): -7615757 or 15977099. OLE color: 15977099.
HSL color Cylindrical-coordinate representation of color #8BCAF3: hue angle of 203.65º degrees, saturation: 0.81, 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 #8BCAF3 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 202 | 243 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.05 |
| HSL | 203.65º | 0.81% | 0.75% | - |
| HSV(B) | 203.65º | 0.43% | 0.95% | - |
| XYZ | 47.95 | 54.2 | 92.73 | - |
| YUV | 187.84 | 159.13 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 243 | 0.43 | 0.17 | 0 | 0.05 | 203.65 | 0.81 | 0.75 |
| Hex | 8B | CA | F3 | 2B | 11 | 0 | 5 | CC | 51 | 4B |
| Octal | 213 | 312 | 363 | 53 | 21 | 0 | 5 | 314 | 121 | 113 |
| Binary | 10001011 | 11001010 | 11110011 | 101011 | 10001 | 0 | 101 | 11001100 | 1010001 | 1001011 |
Color Harmonies of #8BCAF3
Complementary color
Monochromatic Colors of #8BCAF3
Black with #8BCAF3
Text Example
Text Example
White with #8BCAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCAF3; }
p { color: rgb(139,202,243); }
H1.HeaderClassName
{
color: #8BCAF3;
}
.AnyTagClassName
{
color: #8BCAF3;
}
</style>
background-color css
<style>
a { background-color: #8BCAF3; }
a { background-color: rgb(139,202,243); }
div.DivClassName
{
background-color: #8BCAF3;
}
.BgClassName
{
background-color: #8BCAF3;
}
</style>
border-color css
<style>
span { border-color: #8BCAF3; }
span { border-color: rgb(139,202,243); }
td.TdClassName
{
border-color: #8BCAF3;
}
.TagClassName
{
border-color: #8BCAF3;
}
</style>