#85A0FF

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

Shades of Jordy Blue #85A0FF

Tints of Jordy Blue #85A0FF

Color information

#85A0FF (or 0x85A0FF) is unknown color: approx Jordy Blue. HEX triplet: 85, A0 and FF. RGB value is (133,160,255). Sum of RGB (Red+Green+Blue) = 133+160+255=548 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.27% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #85A0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85A0FF is #7A5F00. Grayscale: #A2A2A2. Windows color (decimal): -8019713 or 16752773. OLE color: 16752773.

HSL color Cylindrical-coordinate representation of color #85A0FF: hue angle of 226.72º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85A0FF is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB133160255-
CMYK0.480.3700
HSL226.72º100%76.08%-
HSV(B)226.72º47.84%100%-
XYZ40.2937.3599.69-
YUV162.76180.05106.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.27%
GREEN value IS 160 (62.89% from 255) = 29.20%
BLUE value IS 255 (100% from 255) = 46.53%
R=24.27%
G=29.20%
B=46.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1331602550.480.3700226.7210076.08
Hex85A0FF302500e3644c
Octal205240377604500343144114
Binary100001011010000011111111110000100101001110001111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,160,255); }

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

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

 a { background-color: rgb(133,160,255); }

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

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

 span { border-color: rgb(133,160,255); }

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