Shades of Light Sky Blue #8BCFF3
Tints of Light Sky Blue #8BCFF3
RGB
CMYK
RGB Variations
Color information
#8BCFF3 (or 0x8BCFF3) is known color: Light Sky Blue. HEX triplet: 8B, CF and F3. RGB value is (139,207,243). Sum of RGB (Red+Green+Blue) = 139+207+243=589 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.60% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 243 (95.31% from 255 or 41.26% from 589); Max value from RGB is 243 - color contains mainly: blue. Hex color #8BCFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCFF3 is #74300C. Grayscale: #BEBEBE. Windows color (decimal): -7614477 or 15978379. OLE color: 15978379.
HSL color Cylindrical-coordinate representation of color #8BCFF3: hue angle of 200.77º 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 #8BCFF3 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 207 | 243 | - |
| CMYK | 0.43 | 0.15 | 0 | 0.05 |
| HSL | 200.77º | 0.81% | 0.75% | - |
| HSV(B) | 200.77º | 0.43% | 0.95% | - |
| XYZ | 49.14 | 56.59 | 93.13 | - |
| YUV | 190.77 | 157.47 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 207 | 243 | 0.43 | 0.15 | 0 | 0.05 | 200.77 | 0.81 | 0.75 |
| Hex | 8B | CF | F3 | 2B | F | 0 | 5 | C9 | 51 | 4B |
| Octal | 213 | 317 | 363 | 53 | 17 | 0 | 5 | 311 | 121 | 113 |
| Binary | 10001011 | 11001111 | 11110011 | 101011 | 1111 | 0 | 101 | 11001001 | 1010001 | 1001011 |
Color Harmonies of #8BCFF3
Complementary color
Monochromatic Colors of #8BCFF3
Black with #8BCFF3
Text Example
Text Example
White with #8BCFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCFF3; }
p { color: rgb(139,207,243); }
H1.HeaderClassName
{
color: #8BCFF3;
}
.AnyTagClassName
{
color: #8BCFF3;
}
</style>
background-color css
<style>
a { background-color: #8BCFF3; }
a { background-color: rgb(139,207,243); }
div.DivClassName
{
background-color: #8BCFF3;
}
.BgClassName
{
background-color: #8BCFF3;
}
</style>
border-color css
<style>
span { border-color: #8BCFF3; }
span { border-color: rgb(139,207,243); }
td.TdClassName
{
border-color: #8BCFF3;
}
.TagClassName
{
border-color: #8BCFF3;
}
</style>