#85A2E7

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

Shades of Jordy Blue #85A2E7

Tints of Jordy Blue #85A2E7

Color information

#85A2E7 (or 0x85A2E7) is unknown color: approx Jordy Blue. HEX triplet: 85, A2 and E7. RGB value is (133,162,231). Sum of RGB (Red+Green+Blue) = 133+162+231=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 231 (90.62% from 255 or 43.92% from 526); Max value from RGB is 231 - color contains mainly: blue. Hex color #85A2E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85A2E7 is #7A5D18. Grayscale: #A0A0A0. Windows color (decimal): -8019225 or 15180421. OLE color: 15180421.

HSL color Cylindrical-coordinate representation of color #85A2E7: hue angle of 222.24º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85A2E7 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB133162231-
CMYK0.420.3000.09
HSL222.24º67.12%71.37%-
HSV(B)222.24º42.42%90.59%-
XYZ37.0236.680.71-
YUV161.2167.39107.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.29%
GREEN value IS 162 (63.67% from 255) = 30.80%
BLUE value IS 231 (90.62% from 255) = 43.92%
R=25.29%
G=30.80%
B=43.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1331622310.420.3000.09222.2467.1271.37
Hex85A2E72A1E09de4347
Octal2052423475236011336103107
Binary10000101101000101110011110101011110010011101111010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,162,231); }

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

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

 a { background-color: rgb(133,162,231); }

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

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

 span { border-color: rgb(133,162,231); }

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