Shades of Sky Blue #8CDEF5
Tints of Sky Blue #8CDEF5
RGB
CMYK
RGB Variations
Color information
#8CDEF5 (or 0x8CDEF5) is known color: Sky Blue. HEX triplet: 8C, DE and F5. RGB value is (140,222,245). Sum of RGB (Red+Green+Blue) = 140+222+245=607 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.06% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 245 (96.09% from 255 or 40.36% from 607); Max value from RGB is 245 - color contains mainly: blue. Hex color #8CDEF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDEF5 is #73210A. Grayscale: #C7C7C7. Windows color (decimal): -7545099 or 16113292. OLE color: 16113292.
HSL color Cylindrical-coordinate representation of color #8CDEF5: hue angle of 193.14º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CDEF5 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 140 | 222 | 245 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.04 |
| HSL | 193.14º | 0.84% | 0.75% | - |
| HSV(B) | 193.14º | 0.43% | 0.96% | - |
| XYZ | 53.42 | 64.41 | 96 | - |
| YUV | 200.1 | 153.33 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 222 | 245 | 0.43 | 0.09 | 0 | 0.04 | 193.14 | 0.84 | 0.75 |
| Hex | 8C | DE | F5 | 2B | 9 | 0 | 4 | C1 | 54 | 4B |
| Octal | 214 | 336 | 365 | 53 | 11 | 0 | 4 | 301 | 124 | 113 |
| Binary | 10001100 | 11011110 | 11110101 | 101011 | 1001 | 0 | 100 | 11000001 | 1010100 | 1001011 |
Color Harmonies of #8CDEF5
Complementary color
Monochromatic Colors of #8CDEF5
Black with #8CDEF5
Text Example
Text Example
White with #8CDEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDEF5; }
p { color: rgb(140,222,245); }
H1.HeaderClassName
{
color: #8CDEF5;
}
.AnyTagClassName
{
color: #8CDEF5;
}
</style>
background-color css
<style>
a { background-color: #8CDEF5; }
a { background-color: rgb(140,222,245); }
div.DivClassName
{
background-color: #8CDEF5;
}
.BgClassName
{
background-color: #8CDEF5;
}
</style>
border-color css
<style>
span { border-color: #8CDEF5; }
span { border-color: rgb(140,222,245); }
td.TdClassName
{
border-color: #8CDEF5;
}
.TagClassName
{
border-color: #8CDEF5;
}
</style>