Shades of Light Sky Blue #85C1F7
Tints of Light Sky Blue #85C1F7
RGB
CMYK
RGB Variations
Color information
#85C1F7 (or 0x85C1F7) is known color: Light Sky Blue. HEX triplet: 85, C1 and F7. RGB value is (133,193,247). Sum of RGB (Red+Green+Blue) = 133+193+247=573 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.21% from 573); Green value is 193 (75.78% from 255 or 33.68% from 573); Blue value is 247 (96.88% from 255 or 43.11% from 573); Max value from RGB is 247 - color contains mainly: blue. Hex color #85C1F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C1F7 is #7A3E08. Grayscale: #B4B4B4. Windows color (decimal): -8011273 or 16236933. OLE color: 16236933.
HSL color Cylindrical-coordinate representation of color #85C1F7: hue angle of 208.42º 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 #85C1F7 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 193 | 247 | - |
| CMYK | 0.46 | 0.22 | 0 | 0.03 |
| HSL | 208.42º | 0.88% | 0.75% | - |
| HSV(B) | 208.42º | 0.46% | 0.97% | - |
| XYZ | 45.53 | 49.84 | 95.22 | - |
| YUV | 181.22 | 165.12 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 193 | 247 | 0.46 | 0.22 | 0 | 0.03 | 208.42 | 0.88 | 0.75 |
| Hex | 85 | C1 | F7 | 2E | 16 | 0 | 3 | D0 | 58 | 4B |
| Octal | 205 | 301 | 367 | 56 | 26 | 0 | 3 | 320 | 130 | 113 |
| Binary | 10000101 | 11000001 | 11110111 | 101110 | 10110 | 0 | 11 | 11010000 | 1011000 | 1001011 |
Color Harmonies of #85C1F7
Complementary color
Monochromatic Colors of #85C1F7
Black with #85C1F7
Text Example
Text Example
White with #85C1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C1F7; }
p { color: rgb(133,193,247); }
H1.HeaderClassName
{
color: #85C1F7;
}
.AnyTagClassName
{
color: #85C1F7;
}
</style>
background-color css
<style>
a { background-color: #85C1F7; }
a { background-color: rgb(133,193,247); }
div.DivClassName
{
background-color: #85C1F7;
}
.BgClassName
{
background-color: #85C1F7;
}
</style>
border-color css
<style>
span { border-color: #85C1F7; }
span { border-color: rgb(133,193,247); }
td.TdClassName
{
border-color: #85C1F7;
}
.TagClassName
{
border-color: #85C1F7;
}
</style>