Shades of Light Sky Blue #8BBDF2
Tints of Light Sky Blue #8BBDF2
RGB
CMYK
RGB Variations
Color information
#8BBDF2 (or 0x8BBDF2) is known color: Light Sky Blue. HEX triplet: 8B, BD and F2. RGB value is (139,189,242). Sum of RGB (Red+Green+Blue) = 139+189+242=570 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.39% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #8BBDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBDF2 is #74420D. Grayscale: #B3B3B3. Windows color (decimal): -7619086 or 15908235. OLE color: 15908235.
HSL color Cylindrical-coordinate representation of color #8BBDF2: hue angle of 210.87º degrees, saturation: 0.8, 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 #8BBDF2 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 189 | 242 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.05 |
| HSL | 210.87º | 0.8% | 0.75% | - |
| HSV(B) | 210.87º | 0.43% | 0.95% | - |
| XYZ | 44.87 | 48.29 | 90.96 | - |
| YUV | 180.09 | 162.94 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 189 | 242 | 0.43 | 0.22 | 0 | 0.05 | 210.87 | 0.8 | 0.75 |
| Hex | 8B | BD | F2 | 2B | 16 | 0 | 5 | D3 | 50 | 4B |
| Octal | 213 | 275 | 362 | 53 | 26 | 0 | 5 | 323 | 120 | 113 |
| Binary | 10001011 | 10111101 | 11110010 | 101011 | 10110 | 0 | 101 | 11010011 | 1010000 | 1001011 |
Color Harmonies of #8BBDF2
Complementary color
Monochromatic Colors of #8BBDF2
Black with #8BBDF2
Text Example
Text Example
White with #8BBDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBDF2; }
p { color: rgb(139,189,242); }
H1.HeaderClassName
{
color: #8BBDF2;
}
.AnyTagClassName
{
color: #8BBDF2;
}
</style>
background-color css
<style>
a { background-color: #8BBDF2; }
a { background-color: rgb(139,189,242); }
div.DivClassName
{
background-color: #8BBDF2;
}
.BgClassName
{
background-color: #8BBDF2;
}
</style>
border-color css
<style>
span { border-color: #8BBDF2; }
span { border-color: rgb(139,189,242); }
td.TdClassName
{
border-color: #8BBDF2;
}
.TagClassName
{
border-color: #8BBDF2;
}
</style>