Shades of Sky Blue #8CDEF3
Tints of Sky Blue #8CDEF3
RGB
CMYK
RGB Variations
Color information
#8CDEF3 (or 0x8CDEF3) is known color: Sky Blue. HEX triplet: 8C, DE and F3. RGB value is (140,222,243). Sum of RGB (Red+Green+Blue) = 140+222+243=605 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.14% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 243 (95.31% from 255 or 40.17% from 605); Max value from RGB is 243 - color contains mainly: blue. Hex color #8CDEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDEF3 is #73210C. Grayscale: #C7C7C7. Windows color (decimal): -7545101 or 15982220. OLE color: 15982220.
HSL color Cylindrical-coordinate representation of color #8CDEF3: hue angle of 192.23º degrees, saturation: 0.81, 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 #8CDEF3 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 222 | 243 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.05 |
| HSL | 192.23º | 0.81% | 0.75% | - |
| HSV(B) | 192.23º | 0.42% | 0.95% | - |
| XYZ | 53.11 | 64.29 | 94.4 | - |
| YUV | 199.88 | 152.33 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 222 | 243 | 0.42 | 0.09 | 0 | 0.05 | 192.23 | 0.81 | 0.75 |
| Hex | 8C | DE | F3 | 2A | 9 | 0 | 5 | C0 | 51 | 4B |
| Octal | 214 | 336 | 363 | 52 | 11 | 0 | 5 | 300 | 121 | 113 |
| Binary | 10001100 | 11011110 | 11110011 | 101010 | 1001 | 0 | 101 | 11000000 | 1010001 | 1001011 |
Color Harmonies of #8CDEF3
Complementary color
Monochromatic Colors of #8CDEF3
Black with #8CDEF3
Text Example
Text Example
White with #8CDEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDEF3; }
p { color: rgb(140,222,243); }
H1.HeaderClassName
{
color: #8CDEF3;
}
.AnyTagClassName
{
color: #8CDEF3;
}
</style>
background-color css
<style>
a { background-color: #8CDEF3; }
a { background-color: rgb(140,222,243); }
div.DivClassName
{
background-color: #8CDEF3;
}
.BgClassName
{
background-color: #8CDEF3;
}
</style>
border-color css
<style>
span { border-color: #8CDEF3; }
span { border-color: rgb(140,222,243); }
td.TdClassName
{
border-color: #8CDEF3;
}
.TagClassName
{
border-color: #8CDEF3;
}
</style>