#85AAF2

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

Shades of Jordy Blue #85AAF2

Tints of Jordy Blue #85AAF2

Color information

#85AAF2 (or 0x85AAF2) is unknown color: approx Jordy Blue. HEX triplet: 85, AA and F2. RGB value is (133,170,242). Sum of RGB (Red+Green+Blue) = 133+170+242=545 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.40% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #85AAF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85AAF2 is #7A550D. Grayscale: #A6A6A6. Windows color (decimal): -8017166 or 15903365. OLE color: 15903365.

HSL color Cylindrical-coordinate representation of color #85AAF2: hue angle of 219.63º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85AAF2 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB133170242-
CMYK0.450.3000.05
HSL219.63º80.74%73.53%-
HSV(B)219.63º45.04%94.9%-
XYZ40.0740.1589.64-
YUV167.14170.24103.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.40%
GREEN value IS 170 (66.80% from 255) = 31.19%
BLUE value IS 242 (94.92% from 255) = 44.40%
R=24.40%
G=31.19%
B=44.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1331702420.450.3000.05219.6380.7473.53
Hex85AAF22D1E05dc514a
Octal205252362553605334121112
Binary1000010110101010111100101011011111001011101110010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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