Shades of Light Sky Blue #8BCFF5
Tints of Light Sky Blue #8BCFF5
RGB
CMYK
RGB Variations
Color information
#8BCFF5 (or 0x8BCFF5) is known color: Light Sky Blue. HEX triplet: 8B, CF and F5. RGB value is (139,207,245). Sum of RGB (Red+Green+Blue) = 139+207+245=591 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.52% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 245 (96.09% from 255 or 41.46% from 591); Max value from RGB is 245 - color contains mainly: blue. Hex color #8BCFF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCFF5 is #74300A. Grayscale: #BEBEBE. Windows color (decimal): -7614475 or 16109451. OLE color: 16109451.
HSL color Cylindrical-coordinate representation of color #8BCFF5: hue angle of 201.51º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BCFF5 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 139 | 207 | 245 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.04 |
| HSL | 201.51º | 0.84% | 0.75% | - |
| HSV(B) | 201.51º | 0.43% | 0.96% | - |
| XYZ | 49.44 | 56.71 | 94.73 | - |
| YUV | 191 | 158.47 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 207 | 245 | 0.43 | 0.16 | 0 | 0.04 | 201.51 | 0.84 | 0.75 |
| Hex | 8B | CF | F5 | 2B | 10 | 0 | 4 | CA | 54 | 4B |
| Octal | 213 | 317 | 365 | 53 | 20 | 0 | 4 | 312 | 124 | 113 |
| Binary | 10001011 | 11001111 | 11110101 | 101011 | 10000 | 0 | 100 | 11001010 | 1010100 | 1001011 |
Color Harmonies of #8BCFF5
Complementary color
Monochromatic Colors of #8BCFF5
Black with #8BCFF5
Text Example
Text Example
White with #8BCFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCFF5; }
p { color: rgb(139,207,245); }
H1.HeaderClassName
{
color: #8BCFF5;
}
.AnyTagClassName
{
color: #8BCFF5;
}
</style>
background-color css
<style>
a { background-color: #8BCFF5; }
a { background-color: rgb(139,207,245); }
div.DivClassName
{
background-color: #8BCFF5;
}
.BgClassName
{
background-color: #8BCFF5;
}
</style>
border-color css
<style>
span { border-color: #8BCFF5; }
span { border-color: rgb(139,207,245); }
td.TdClassName
{
border-color: #8BCFF5;
}
.TagClassName
{
border-color: #8BCFF5;
}
</style>