#85AAF5

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

Shades of Jordy Blue #85AAF5

Tints of Jordy Blue #85AAF5

Color information

#85AAF5 (or 0x85AAF5) is unknown color: approx Jordy Blue. HEX triplet: 85, AA and F5. RGB value is (133,170,245). Sum of RGB (Red+Green+Blue) = 133+170+245=548 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.27% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 245 (96.09% from 255 or 44.71% from 548); Max value from RGB is 245 - color contains mainly: blue. Hex color #85AAF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85AAF5 is #7A550A. Grayscale: #A7A7A7. Windows color (decimal): -8017163 or 16099973. OLE color: 16099973.

HSL color Cylindrical-coordinate representation of color #85AAF5: hue angle of 220.18º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85AAF5 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB133170245-
CMYK0.460.3100.04
HSL220.18º84.85%74.12%-
HSV(B)220.18º45.71%96.08%-
XYZ40.5340.3392.03-
YUV167.49171.74103.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.27%
GREEN value IS 170 (66.80% from 255) = 31.02%
BLUE value IS 245 (96.09% from 255) = 44.71%
R=24.27%
G=31.02%
B=44.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1331702450.460.3100.04220.1884.8574.12
Hex85AAF52E1F04dc554a
Octal205252365563704334125112
Binary1000010110101010111101011011101111101001101110010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,170,245); }

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

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

 a { background-color: rgb(133,170,245); }

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

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

 span { border-color: rgb(133,170,245); }

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