Shades of Light Sky Blue #8CBEF2
Tints of Light Sky Blue #8CBEF2
RGB
CMYK
RGB Variations
Color information
#8CBEF2 (or 0x8CBEF2) is known color: Light Sky Blue. HEX triplet: 8C, BE and F2. RGB value is (140,190,242). Sum of RGB (Red+Green+Blue) = 140+190+242=572 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.48% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 242 (94.92% from 255 or 42.31% from 572); Max value from RGB is 242 - color contains mainly: blue. Hex color #8CBEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBEF2 is #73410D. Grayscale: #B4B4B4. Windows color (decimal): -7553294 or 15908492. OLE color: 15908492.
HSL color Cylindrical-coordinate representation of color #8CBEF2: hue angle of 210.59º 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 #8CBEF2 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 190 | 242 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.05 |
| HSL | 210.59º | 0.8% | 0.75% | - |
| HSV(B) | 210.59º | 0.42% | 0.95% | - |
| XYZ | 45.26 | 48.81 | 91.04 | - |
| YUV | 180.98 | 162.44 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 190 | 242 | 0.42 | 0.21 | 0 | 0.05 | 210.59 | 0.8 | 0.75 |
| Hex | 8C | BE | F2 | 2A | 15 | 0 | 5 | D3 | 50 | 4B |
| Octal | 214 | 276 | 362 | 52 | 25 | 0 | 5 | 323 | 120 | 113 |
| Binary | 10001100 | 10111110 | 11110010 | 101010 | 10101 | 0 | 101 | 11010011 | 1010000 | 1001011 |
Color Harmonies of #8CBEF2
Complementary color
Monochromatic Colors of #8CBEF2
Black with #8CBEF2
Text Example
Text Example
White with #8CBEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBEF2; }
p { color: rgb(140,190,242); }
H1.HeaderClassName
{
color: #8CBEF2;
}
.AnyTagClassName
{
color: #8CBEF2;
}
</style>
background-color css
<style>
a { background-color: #8CBEF2; }
a { background-color: rgb(140,190,242); }
div.DivClassName
{
background-color: #8CBEF2;
}
.BgClassName
{
background-color: #8CBEF2;
}
</style>
border-color css
<style>
span { border-color: #8CBEF2; }
span { border-color: rgb(140,190,242); }
td.TdClassName
{
border-color: #8CBEF2;
}
.TagClassName
{
border-color: #8CBEF2;
}
</style>