Shades of Light Sky Blue #8AD5FF
Tints of Light Sky Blue #8AD5FF
RGB
CMYK
RGB Variations
Color information
#8AD5FF (or 0x8AD5FF) is known color: Light Sky Blue. HEX triplet: 8A, D5 and FF. RGB value is (138,213,255). Sum of RGB (Red+Green+Blue) = 138+213+255=606 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.77% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AD5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD5FF is #752A00. Grayscale: #C3C3C3. Windows color (decimal): -7678465 or 16766346. OLE color: 16766346.
HSL color Cylindrical-coordinate representation of color #8AD5FF: hue angle of 201.54º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AD5FF is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 213 | 255 | - |
| CMYK | 0.46 | 0.16 | 0 | 0 |
| HSL | 201.54º | 1% | 0.77% | - |
| HSV(B) | 201.54º | 0.46% | 1% | - |
| XYZ | 52.33 | 60.21 | 103.47 | - |
| YUV | 195.36 | 161.65 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 213 | 255 | 0.46 | 0.16 | 0 | 0 | 201.54 | 1 | 0.77 |
| Hex | 8A | D5 | FF | 2E | 10 | 0 | 0 | CA | 64 | 4D |
| Octal | 212 | 325 | 377 | 56 | 20 | 0 | 0 | 312 | 144 | 115 |
| Binary | 10001010 | 11010101 | 11111111 | 101110 | 10000 | 0 | 0 | 11001010 | 1100100 | 1001101 |
Color Harmonies of #8AD5FF
Complementary color
Monochromatic Colors of #8AD5FF
Black with #8AD5FF
Text Example
Text Example
White with #8AD5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD5FF; }
p { color: rgb(138,213,255); }
H1.HeaderClassName
{
color: #8AD5FF;
}
.AnyTagClassName
{
color: #8AD5FF;
}
</style>
background-color css
<style>
a { background-color: #8AD5FF; }
a { background-color: rgb(138,213,255); }
div.DivClassName
{
background-color: #8AD5FF;
}
.BgClassName
{
background-color: #8AD5FF;
}
</style>
border-color css
<style>
span { border-color: #8AD5FF; }
span { border-color: rgb(138,213,255); }
td.TdClassName
{
border-color: #8AD5FF;
}
.TagClassName
{
border-color: #8AD5FF;
}
</style>