Shades of Sky Blue #8ADCF1
Tints of Sky Blue #8ADCF1
RGB
CMYK
RGB Variations
Color information
#8ADCF1 (or 0x8ADCF1) is known color: Sky Blue. HEX triplet: 8A, DC and F1. RGB value is (138,220,241). Sum of RGB (Red+Green+Blue) = 138+220+241=599 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.04% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 241 (94.53% from 255 or 40.23% from 599); Max value from RGB is 241 - color contains mainly: blue. Hex color #8ADCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADCF1 is #75230E. Grayscale: #C5C5C5. Windows color (decimal): -7676687 or 15850634. OLE color: 15850634.
HSL color Cylindrical-coordinate representation of color #8ADCF1: hue angle of 192.23º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ADCF1 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 220 | 241 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.05 |
| HSL | 192.23º | 0.79% | 0.74% | - |
| HSV(B) | 192.23º | 0.43% | 0.95% | - |
| XYZ | 51.95 | 62.94 | 92.63 | - |
| YUV | 197.88 | 152.33 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 241 | 0.43 | 0.09 | 0 | 0.05 | 192.23 | 0.79 | 0.74 |
| Hex | 8A | DC | F1 | 2B | 9 | 0 | 5 | C0 | 4F | 4A |
| Octal | 212 | 334 | 361 | 53 | 11 | 0 | 5 | 300 | 117 | 112 |
| Binary | 10001010 | 11011100 | 11110001 | 101011 | 1001 | 0 | 101 | 11000000 | 1001111 | 1001010 |
Color Harmonies of #8ADCF1
Complementary color
Monochromatic Colors of #8ADCF1
Black with #8ADCF1
Text Example
Text Example
White with #8ADCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADCF1; }
p { color: rgb(138,220,241); }
H1.HeaderClassName
{
color: #8ADCF1;
}
.AnyTagClassName
{
color: #8ADCF1;
}
</style>
background-color css
<style>
a { background-color: #8ADCF1; }
a { background-color: rgb(138,220,241); }
div.DivClassName
{
background-color: #8ADCF1;
}
.BgClassName
{
background-color: #8ADCF1;
}
</style>
border-color css
<style>
span { border-color: #8ADCF1; }
span { border-color: rgb(138,220,241); }
td.TdClassName
{
border-color: #8ADCF1;
}
.TagClassName
{
border-color: #8ADCF1;
}
</style>