Shades of Light Sky Blue #85BFF3
Tints of Light Sky Blue #85BFF3
RGB
CMYK
RGB Variations
Color information
#85BFF3 (or 0x85BFF3) is known color: Light Sky Blue. HEX triplet: 85, BF and F3. RGB value is (133,191,243). Sum of RGB (Red+Green+Blue) = 133+191+243=567 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.46% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 243 (95.31% from 255 or 42.86% from 567); Max value from RGB is 243 - color contains mainly: blue. Hex color #85BFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BFF3 is #7A400C. Grayscale: #B3B3B3. Windows color (decimal): -8011789 or 15974277. OLE color: 15974277.
HSL color Cylindrical-coordinate representation of color #85BFF3: hue angle of 208.36º 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 #85BFF3 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 191 | 243 | - |
| CMYK | 0.45 | 0.21 | 0 | 0.05 |
| HSL | 208.36º | 0.82% | 0.74% | - |
| HSV(B) | 208.36º | 0.45% | 0.95% | - |
| XYZ | 44.48 | 48.72 | 91.85 | - |
| YUV | 179.59 | 163.78 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 243 | 0.45 | 0.21 | 0 | 0.05 | 208.36 | 0.82 | 0.74 |
| Hex | 85 | BF | F3 | 2D | 15 | 0 | 5 | D0 | 52 | 4A |
| Octal | 205 | 277 | 363 | 55 | 25 | 0 | 5 | 320 | 122 | 112 |
| Binary | 10000101 | 10111111 | 11110011 | 101101 | 10101 | 0 | 101 | 11010000 | 1010010 | 1001010 |
Color Harmonies of #85BFF3
Complementary color
Monochromatic Colors of #85BFF3
Black with #85BFF3
Text Example
Text Example
White with #85BFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BFF3; }
p { color: rgb(133,191,243); }
H1.HeaderClassName
{
color: #85BFF3;
}
.AnyTagClassName
{
color: #85BFF3;
}
</style>
background-color css
<style>
a { background-color: #85BFF3; }
a { background-color: rgb(133,191,243); }
div.DivClassName
{
background-color: #85BFF3;
}
.BgClassName
{
background-color: #85BFF3;
}
</style>
border-color css
<style>
span { border-color: #85BFF3; }
span { border-color: rgb(133,191,243); }
td.TdClassName
{
border-color: #85BFF3;
}
.TagClassName
{
border-color: #85BFF3;
}
</style>