Shades of Light Sky Blue #8BD5FF
Tints of Light Sky Blue #8BD5FF
RGB
CMYK
RGB Variations
Color information
#8BD5FF (or 0x8BD5FF) is known color: Light Sky Blue. HEX triplet: 8B, D5 and FF. RGB value is (139,213,255). Sum of RGB (Red+Green+Blue) = 139+213+255=607 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.90% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BD5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD5FF is #742A00. Grayscale: #C3C3C3. Windows color (decimal): -7612929 or 16766347. OLE color: 16766347.
HSL color Cylindrical-coordinate representation of color #8BD5FF: hue angle of 201.72º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BD5FF is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 213 | 255 | - |
| CMYK | 0.45 | 0.16 | 0 | 0 |
| HSL | 201.72º | 1% | 0.77% | - |
| HSV(B) | 201.72º | 0.45% | 1% | - |
| XYZ | 52.49 | 60.3 | 103.48 | - |
| YUV | 195.66 | 161.48 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 213 | 255 | 0.45 | 0.16 | 0 | 0 | 201.72 | 1 | 0.77 |
| Hex | 8B | D5 | FF | 2D | 10 | 0 | 0 | CA | 64 | 4D |
| Octal | 213 | 325 | 377 | 55 | 20 | 0 | 0 | 312 | 144 | 115 |
| Binary | 10001011 | 11010101 | 11111111 | 101101 | 10000 | 0 | 0 | 11001010 | 1100100 | 1001101 |
Color Harmonies of #8BD5FF
Complementary color
Monochromatic Colors of #8BD5FF
Black with #8BD5FF
Text Example
Text Example
White with #8BD5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD5FF; }
p { color: rgb(139,213,255); }
H1.HeaderClassName
{
color: #8BD5FF;
}
.AnyTagClassName
{
color: #8BD5FF;
}
</style>
background-color css
<style>
a { background-color: #8BD5FF; }
a { background-color: rgb(139,213,255); }
div.DivClassName
{
background-color: #8BD5FF;
}
.BgClassName
{
background-color: #8BD5FF;
}
</style>
border-color css
<style>
span { border-color: #8BD5FF; }
span { border-color: rgb(139,213,255); }
td.TdClassName
{
border-color: #8BD5FF;
}
.TagClassName
{
border-color: #8BD5FF;
}
</style>