Shades of Sky Blue #8ADAF0
Tints of Sky Blue #8ADAF0
RGB
CMYK
RGB Variations
Color information
#8ADAF0 (or 0x8ADAF0) is known color: Sky Blue. HEX triplet: 8A, DA and F0. RGB value is (138,218,240). Sum of RGB (Red+Green+Blue) = 138+218+240=596 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.15% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 240 - color contains mainly: blue. Hex color #8ADAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADAF0 is #75250F. Grayscale: #C4C4C4. Windows color (decimal): -7677200 or 15784586. OLE color: 15784586.
HSL color Cylindrical-coordinate representation of color #8ADAF0: hue angle of 192.94º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ADAF0 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 218 | 240 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.06 |
| HSL | 192.94º | 0.77% | 0.74% | - |
| HSV(B) | 192.94º | 0.43% | 0.94% | - |
| XYZ | 51.28 | 61.84 | 91.67 | - |
| YUV | 196.59 | 152.5 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 218 | 240 | 0.42 | 0.09 | 0 | 0.06 | 192.94 | 0.77 | 0.74 |
| Hex | 8A | DA | F0 | 2A | 9 | 0 | 6 | C1 | 4D | 4A |
| Octal | 212 | 332 | 360 | 52 | 11 | 0 | 6 | 301 | 115 | 112 |
| Binary | 10001010 | 11011010 | 11110000 | 101010 | 1001 | 0 | 110 | 11000001 | 1001101 | 1001010 |
Color Harmonies of #8ADAF0
Complementary color
Monochromatic Colors of #8ADAF0
Black with #8ADAF0
Text Example
Text Example
White with #8ADAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADAF0; }
p { color: rgb(138,218,240); }
H1.HeaderClassName
{
color: #8ADAF0;
}
.AnyTagClassName
{
color: #8ADAF0;
}
</style>
background-color css
<style>
a { background-color: #8ADAF0; }
a { background-color: rgb(138,218,240); }
div.DivClassName
{
background-color: #8ADAF0;
}
.BgClassName
{
background-color: #8ADAF0;
}
</style>
border-color css
<style>
span { border-color: #8ADAF0; }
span { border-color: rgb(138,218,240); }
td.TdClassName
{
border-color: #8ADAF0;
}
.TagClassName
{
border-color: #8ADAF0;
}
</style>