Shades of Light Sky Blue #8CBDF2
Tints of Light Sky Blue #8CBDF2
RGB
CMYK
RGB Variations
Color information
#8CBDF2 (or 0x8CBDF2) is known color: Light Sky Blue. HEX triplet: 8C, BD and F2. RGB value is (140,189,242). Sum of RGB (Red+Green+Blue) = 140+189+242=571 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.52% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 242 (94.92% from 255 or 42.38% from 571); Max value from RGB is 242 - color contains mainly: blue. Hex color #8CBDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBDF2 is #73420D. Grayscale: #B4B4B4. Windows color (decimal): -7553550 or 15908236. OLE color: 15908236.
HSL color Cylindrical-coordinate representation of color #8CBDF2: hue angle of 211.18º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CBDF2 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 189 | 242 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.05 |
| HSL | 211.18º | 0.8% | 0.75% | - |
| HSV(B) | 211.18º | 0.42% | 0.95% | - |
| XYZ | 45.04 | 48.38 | 90.97 | - |
| YUV | 180.39 | 162.77 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 189 | 242 | 0.42 | 0.22 | 0 | 0.05 | 211.18 | 0.8 | 0.75 |
| Hex | 8C | BD | F2 | 2A | 16 | 0 | 5 | D3 | 50 | 4B |
| Octal | 214 | 275 | 362 | 52 | 26 | 0 | 5 | 323 | 120 | 113 |
| Binary | 10001100 | 10111101 | 11110010 | 101010 | 10110 | 0 | 101 | 11010011 | 1010000 | 1001011 |
Color Harmonies of #8CBDF2
Complementary color
Monochromatic Colors of #8CBDF2
Black with #8CBDF2
Text Example
Text Example
White with #8CBDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBDF2; }
p { color: rgb(140,189,242); }
H1.HeaderClassName
{
color: #8CBDF2;
}
.AnyTagClassName
{
color: #8CBDF2;
}
</style>
background-color css
<style>
a { background-color: #8CBDF2; }
a { background-color: rgb(140,189,242); }
div.DivClassName
{
background-color: #8CBDF2;
}
.BgClassName
{
background-color: #8CBDF2;
}
</style>
border-color css
<style>
span { border-color: #8CBDF2; }
span { border-color: rgb(140,189,242); }
td.TdClassName
{
border-color: #8CBDF2;
}
.TagClassName
{
border-color: #8CBDF2;
}
</style>