Shades of Light Sky Blue #85BDF3
Tints of Light Sky Blue #85BDF3
RGB
CMYK
RGB Variations
Color information
#85BDF3 (or 0x85BDF3) is known color: Light Sky Blue. HEX triplet: 85, BD and F3. RGB value is (133,189,243). Sum of RGB (Red+Green+Blue) = 133+189+243=565 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.54% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 243 - color contains mainly: blue. Hex color #85BDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BDF3 is #7A420C. Grayscale: #B2B2B2. Windows color (decimal): -8012301 or 15973765. OLE color: 15973765.
HSL color Cylindrical-coordinate representation of color #85BDF3: hue angle of 209.45º 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 #85BDF3 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 189 | 243 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.05 |
| HSL | 209.45º | 0.82% | 0.74% | - |
| HSV(B) | 209.45º | 0.45% | 0.95% | - |
| XYZ | 44.05 | 47.85 | 91.71 | - |
| YUV | 178.41 | 164.45 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 243 | 0.45 | 0.22 | 0 | 0.05 | 209.45 | 0.82 | 0.74 |
| Hex | 85 | BD | F3 | 2D | 16 | 0 | 5 | D1 | 52 | 4A |
| Octal | 205 | 275 | 363 | 55 | 26 | 0 | 5 | 321 | 122 | 112 |
| Binary | 10000101 | 10111101 | 11110011 | 101101 | 10110 | 0 | 101 | 11010001 | 1010010 | 1001010 |
Color Harmonies of #85BDF3
Complementary color
Monochromatic Colors of #85BDF3
Black with #85BDF3
Text Example
Text Example
White with #85BDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BDF3; }
p { color: rgb(133,189,243); }
H1.HeaderClassName
{
color: #85BDF3;
}
.AnyTagClassName
{
color: #85BDF3;
}
</style>
background-color css
<style>
a { background-color: #85BDF3; }
a { background-color: rgb(133,189,243); }
div.DivClassName
{
background-color: #85BDF3;
}
.BgClassName
{
background-color: #85BDF3;
}
</style>
border-color css
<style>
span { border-color: #85BDF3; }
span { border-color: rgb(133,189,243); }
td.TdClassName
{
border-color: #85BDF3;
}
.TagClassName
{
border-color: #85BDF3;
}
</style>