#85ABF0

Color #85ABF0 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #85ABF0

Tints of Jordy Blue #85ABF0

Color information

#85ABF0 (or 0x85ABF0) is unknown color: approx Jordy Blue. HEX triplet: 85, AB and F0. RGB value is (133,171,240). Sum of RGB (Red+Green+Blue) = 133+171+240=544 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.45% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #85ABF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85ABF0 is #7A540F. Grayscale: #A7A7A7. Windows color (decimal): -8016912 or 15772549. OLE color: 15772549.

HSL color Cylindrical-coordinate representation of color #85ABF0: hue angle of 218.69º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85ABF0 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB133171240-
CMYK0.450.2900.06
HSL218.69º78.1%73.14%-
HSV(B)218.69º44.58%94.12%-
XYZ39.9640.488.13-
YUV167.5168.91103.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 24.45%
GREEN value IS 171 (67.19% from 255) = 31.43%
BLUE value IS 240 (94.14% from 255) = 44.12%
R=24.45%
G=31.43%
B=44.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1331712400.450.2900.06218.6978.173.14
Hex85ABF02D1D06db4e49
Octal205253360553506333116111
Binary1000010110101011111100001011011110101101101101110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ABF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85ABF0; }

 p { color: rgb(133,171,240); }

 H1.HeaderClassName
 {
   color: #85ABF0;
 }
 .AnyTagClassName
 {
   color: #85ABF0;
 }
</style>
background-color css

<style>
 a { background-color: #85ABF0; }

 a { background-color: rgb(133,171,240); }

 div.DivClassName
 {
   background-color: #85ABF0;
 }
 .BgClassName
 {
   background-color: #85ABF0;
 }
</style>
border-color css

<style>
 span { border-color: #85ABF0; }

 span { border-color: rgb(133,171,240); }

 td.TdClassName
 {
   border-color: #85ABF0;
 }
 .TagClassName
 {
   border-color: #85ABF0;
 }
</style>