Shades of Light Sky Blue #85C2F3
Tints of Light Sky Blue #85C2F3
RGB
CMYK
RGB Variations
Color information
#85C2F3 (or 0x85C2F3) is known color: Light Sky Blue. HEX triplet: 85, C2 and F3. RGB value is (133,194,243). Sum of RGB (Red+Green+Blue) = 133+194+243=570 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.33% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 243 (95.31% from 255 or 42.63% from 570); Max value from RGB is 243 - color contains mainly: blue. Hex color #85C2F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C2F3 is #7A3D0C. Grayscale: #B5B5B5. Windows color (decimal): -8011021 or 15975045. OLE color: 15975045.
HSL color Cylindrical-coordinate representation of color #85C2F3: hue angle of 206.73º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85C2F3 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 194 | 243 | - |
| CMYK | 0.45 | 0.20 | 0 | 0.05 |
| HSL | 206.73º | 0.82% | 0.74% | - |
| HSV(B) | 206.73º | 0.45% | 0.95% | - |
| XYZ | 45.14 | 50.04 | 92.07 | - |
| YUV | 181.35 | 162.79 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 194 | 243 | 0.45 | 0.20 | 0 | 0.05 | 206.73 | 0.82 | 0.74 |
| Hex | 85 | C2 | F3 | 2D | 14 | 0 | 5 | CF | 52 | 4A |
| Octal | 205 | 302 | 363 | 55 | 24 | 0 | 5 | 317 | 122 | 112 |
| Binary | 10000101 | 11000010 | 11110011 | 101101 | 10100 | 0 | 101 | 11001111 | 1010010 | 1001010 |
Color Harmonies of #85C2F3
Complementary color
Monochromatic Colors of #85C2F3
Black with #85C2F3
Text Example
Text Example
White with #85C2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C2F3; }
p { color: rgb(133,194,243); }
H1.HeaderClassName
{
color: #85C2F3;
}
.AnyTagClassName
{
color: #85C2F3;
}
</style>
background-color css
<style>
a { background-color: #85C2F3; }
a { background-color: rgb(133,194,243); }
div.DivClassName
{
background-color: #85C2F3;
}
.BgClassName
{
background-color: #85C2F3;
}
</style>
border-color css
<style>
span { border-color: #85C2F3; }
span { border-color: rgb(133,194,243); }
td.TdClassName
{
border-color: #85C2F3;
}
.TagClassName
{
border-color: #85C2F3;
}
</style>