Shades of Light Sky Blue #85CBF3
Tints of Light Sky Blue #85CBF3
RGB
CMYK
RGB Variations
Color information
#85CBF3 (or 0x85CBF3) is known color: Light Sky Blue. HEX triplet: 85, CB and F3. RGB value is (133,203,243). Sum of RGB (Red+Green+Blue) = 133+203+243=579 (76% of max value = 765). Red value is 133 (52.34% from 255 or 22.97% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 243 (95.31% from 255 or 41.97% from 579); Max value from RGB is 243 - color contains mainly: blue. Hex color #85CBF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CBF3 is #7A340C. Grayscale: #BABABA. Windows color (decimal): -8008717 or 15977349. OLE color: 15977349.
HSL color Cylindrical-coordinate representation of color #85CBF3: hue angle of 201.82º 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 #85CBF3 is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 203 | 243 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.05 |
| HSL | 201.82º | 0.82% | 0.74% | - |
| HSV(B) | 201.82º | 0.45% | 0.95% | - |
| XYZ | 47.21 | 54.17 | 92.76 | - |
| YUV | 186.63 | 159.81 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 203 | 243 | 0.45 | 0.16 | 0 | 0.05 | 201.82 | 0.82 | 0.74 |
| Hex | 85 | CB | F3 | 2D | 10 | 0 | 5 | CA | 52 | 4A |
| Octal | 205 | 313 | 363 | 55 | 20 | 0 | 5 | 312 | 122 | 112 |
| Binary | 10000101 | 11001011 | 11110011 | 101101 | 10000 | 0 | 101 | 11001010 | 1010010 | 1001010 |
Color Harmonies of #85CBF3
Complementary color
Monochromatic Colors of #85CBF3
Black with #85CBF3
Text Example
Text Example
White with #85CBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CBF3; }
p { color: rgb(133,203,243); }
H1.HeaderClassName
{
color: #85CBF3;
}
.AnyTagClassName
{
color: #85CBF3;
}
</style>
background-color css
<style>
a { background-color: #85CBF3; }
a { background-color: rgb(133,203,243); }
div.DivClassName
{
background-color: #85CBF3;
}
.BgClassName
{
background-color: #85CBF3;
}
</style>
border-color css
<style>
span { border-color: #85CBF3; }
span { border-color: rgb(133,203,243); }
td.TdClassName
{
border-color: #85CBF3;
}
.TagClassName
{
border-color: #85CBF3;
}
</style>