#85A2E0

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

Shades of Jordy Blue #85A2E0

Tints of Jordy Blue #85A2E0

Color information

#85A2E0 (or 0x85A2E0) is unknown color: approx Jordy Blue. HEX triplet: 85, A2 and E0. RGB value is (133,162,224). Sum of RGB (Red+Green+Blue) = 133+162+224=519 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.63% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 224 - color contains mainly: blue. Hex color #85A2E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A2E0 is #7A5D1F. Grayscale: #A0A0A0. Windows color (decimal): -8019232 or 14721669. OLE color: 14721669.

HSL color Cylindrical-coordinate representation of color #85A2E0: hue angle of 220.88º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85A2E0 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB133162224-
CMYK0.410.2800.12
HSL220.88º59.48%70%-
HSV(B)220.88º40.62%87.84%-
XYZ36.0536.2175.61-
YUV160.4163.89108.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.63%
GREEN value IS 162 (63.67% from 255) = 31.21%
BLUE value IS 224 (87.89% from 255) = 43.16%
R=25.63%
G=31.21%
B=43.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1331622240.410.2800.12220.8859.4870
Hex85A2E0291C0Cdd3b46
Octal205242340513401433573106
Binary1000010110100010111000001010011110001100110111011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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