Shades of Sky Blue #8ADAF1
Tints of Sky Blue #8ADAF1
RGB
CMYK
RGB Variations
Color information
#8ADAF1 (or 0x8ADAF1) is known color: Sky Blue. HEX triplet: 8A, DA and F1. RGB value is (138,218,241). Sum of RGB (Red+Green+Blue) = 138+218+241=597 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.12% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 241 - color contains mainly: blue. Hex color #8ADAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADAF1 is #75250E. Grayscale: #C4C4C4. Windows color (decimal): -7677199 or 15850122. OLE color: 15850122.
HSL color Cylindrical-coordinate representation of color #8ADAF1: hue angle of 193.4º 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 #8ADAF1 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 218 | 241 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.05 |
| HSL | 193.4º | 0.79% | 0.74% | - |
| HSV(B) | 193.4º | 0.43% | 0.95% | - |
| XYZ | 51.43 | 61.9 | 92.46 | - |
| YUV | 196.7 | 153 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 218 | 241 | 0.43 | 0.10 | 0 | 0.05 | 193.4 | 0.79 | 0.74 |
| Hex | 8A | DA | F1 | 2B | A | 0 | 5 | C1 | 4F | 4A |
| Octal | 212 | 332 | 361 | 53 | 12 | 0 | 5 | 301 | 117 | 112 |
| Binary | 10001010 | 11011010 | 11110001 | 101011 | 1010 | 0 | 101 | 11000001 | 1001111 | 1001010 |
Color Harmonies of #8ADAF1
Complementary color
Monochromatic Colors of #8ADAF1
Black with #8ADAF1
Text Example
Text Example
White with #8ADAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADAF1; }
p { color: rgb(138,218,241); }
H1.HeaderClassName
{
color: #8ADAF1;
}
.AnyTagClassName
{
color: #8ADAF1;
}
</style>
background-color css
<style>
a { background-color: #8ADAF1; }
a { background-color: rgb(138,218,241); }
div.DivClassName
{
background-color: #8ADAF1;
}
.BgClassName
{
background-color: #8ADAF1;
}
</style>
border-color css
<style>
span { border-color: #8ADAF1; }
span { border-color: rgb(138,218,241); }
td.TdClassName
{
border-color: #8ADAF1;
}
.TagClassName
{
border-color: #8ADAF1;
}
</style>