Shades of Light Sky Blue #85D1F7
Tints of Light Sky Blue #85D1F7
RGB
CMYK
RGB Variations
Color information
#85D1F7 (or 0x85D1F7) is known color: Light Sky Blue. HEX triplet: 85, D1 and F7. RGB value is (133,209,247). Sum of RGB (Red+Green+Blue) = 133+209+247=589 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.58% from 589); Green value is 209 (82.03% from 255 or 35.48% from 589); Blue value is 247 (96.88% from 255 or 41.94% from 589); Max value from RGB is 247 - color contains mainly: blue. Hex color #85D1F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85D1F7 is #7A2E08. Grayscale: #BEBEBE. Windows color (decimal): -8007177 or 16241029. OLE color: 16241029.
HSL color Cylindrical-coordinate representation of color #85D1F7: hue angle of 200º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85D1F7 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 209 | 247 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.03 |
| HSL | 200º | 0.88% | 0.75% | - |
| HSV(B) | 200º | 0.46% | 0.97% | - |
| XYZ | 49.26 | 57.3 | 96.46 | - |
| YUV | 190.61 | 159.82 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 209 | 247 | 0.46 | 0.15 | 0 | 0.03 | 200 | 0.88 | 0.75 |
| Hex | 85 | D1 | F7 | 2E | F | 0 | 3 | C8 | 58 | 4B |
| Octal | 205 | 321 | 367 | 56 | 17 | 0 | 3 | 310 | 130 | 113 |
| Binary | 10000101 | 11010001 | 11110111 | 101110 | 1111 | 0 | 11 | 11001000 | 1011000 | 1001011 |
Color Harmonies of #85D1F7
Complementary color
Monochromatic Colors of #85D1F7
Black with #85D1F7
Text Example
Text Example
White with #85D1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D1F7; }
p { color: rgb(133,209,247); }
H1.HeaderClassName
{
color: #85D1F7;
}
.AnyTagClassName
{
color: #85D1F7;
}
</style>
background-color css
<style>
a { background-color: #85D1F7; }
a { background-color: rgb(133,209,247); }
div.DivClassName
{
background-color: #85D1F7;
}
.BgClassName
{
background-color: #85D1F7;
}
</style>
border-color css
<style>
span { border-color: #85D1F7; }
span { border-color: rgb(133,209,247); }
td.TdClassName
{
border-color: #85D1F7;
}
.TagClassName
{
border-color: #85D1F7;
}
</style>